mdref.json config
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Cell / mod.md
1 # pq\Gateway\Cell pq\Gateway\Cell::mod(mixed $data[, string $op = NULL])
2
3 Extend the column's value.
4 Marks the cell as dirty.
5 See pq\Query\Expressible::mod().
6
7 ## Params:
8
9 * mixed $data
10 The value to append to the column.
11 * Optional string $op = NULL
12 An operator to use for cell modification (defaults to "+" for numerics and "||" for strings).
13
14 ## Returns:
15
16 * pq\Gateway\Cell, self.