0a2c15f7c4ea64a2856999f29fcc7e116626a8f8
[mdref/mdref-pq-gateway] / pq-gateway / pq / Query / Expr / add.md
1 # pq\Query\Expr pq\Query\Expr::add(pq\Query\Expr $next)
2
3 Add an expression at the end of the linked list.
4
5 ## Params:
6
7 * pq\Query\Expr $next
8 The expression to add.
9
10 ## Returns:
11
12 * pq\Query\Expr, self.
13
14 ## Throws:
15
16 * UnexpectedValueException, if the receiving expression is NULL.