X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=pq-gateway%2Fpq%2FQuery%2FExpr%2Fadd.md;fp=pq-gateway%2Fpq%2FQuery%2FExpr%2Fadd.md;h=0a2c15f7c4ea64a2856999f29fcc7e116626a8f8;hb=8ca926b19e417db747f046038909d818352b29a3;hp=0000000000000000000000000000000000000000;hpb=8e466600d2aff5f9a4e3deb1ba72ac1047f29fcf;p=mdref%2Fmdref-pq-gateway diff --git a/pq-gateway/pq/Query/Expr/add.md b/pq-gateway/pq/Query/Expr/add.md new file mode 100644 index 0000000..0a2c15f --- /dev/null +++ b/pq-gateway/pq/Query/Expr/add.md @@ -0,0 +1,16 @@ +# pq\Query\Expr pq\Query\Expr::add(pq\Query\Expr $next) + +Add an expression at the end of the linked list. + +## Params: + +* pq\Query\Expr $next + The expression to add. + +## Returns: + +* pq\Query\Expr, self. + +## Throws: + +* UnexpectedValueException, if the receiving expression is NULL.