finish pq\Query
[mdref/mdref-pq-gateway] / pq-gateway / pq / Query / ExpressibleInterface / mod.md
1 # pq\Query\ExpressibleInterface pq\Query\ExpressibleInterface::mod(mixed $data[, string $op = NULL])
2
3 Modify the contained data, turning it into an expression, i.e. pq\Query\Expr.
4
5 ## Params:
6
7 * mixed $data
8 Modifying data.
9 * Optional string $op = NULL
10 The intended operator (defaults to "+" for numeric values and "||" for strings).
11
12 ## Returns:
13
14 * pq\Query\ExpressibleInterface, self.