Cell
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Cell / __construct.md
1 # void pq\Gateway\Cell::__construct(pq\Gateway\Row $row, string $name, mixed $data[, bool $dirty = FALSE])
2
3 Create a new cell gateway.
4 See pq\Query\Expressible::__construct().
5
6 ## Params:
7
8 * pq\Gateway\Row $row
9 The originating row.
10 * string $name
11 The name of the column.
12 * mixed $data
13 The value of the column.
14 * Optional bool $dirty = FALSE
15 Whether the data does actually not exist in the database.
16