finished Row
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Row / __construct.md
1 # void pq\Gateway\Row::__construct(pq\Gateway\Table $table[, array $data = NULL[, bool $prime = FALSE]])
2
3 Create a new row gateway.
4
5 ## Params:
6
7 * pq\Gateway\Table $table
8 The originating table.
9 * Optional array $data = NULL
10 The data of the row.
11 * Optional bool $prime = FALSE
12 Whether to prime the rows cells with the data.
13