finished Row
[mdref/mdref-pq-gateway] / pq-gateway / pq / Gateway / Row.md
1 # class pq\Gateway\Row implements JsonSerializable
2
3 The row gateway.
4
5 ## Properties:
6
7 * protected pq\Gateway\Table $table
8 The originating table.
9 * protected array $data
10 The row's data.
11 * protected array $cell
12 The list of cells abstracting access to the row's data.
13