Edit
↰
Home
↑
pq-gateway
↑
Gateway
↑
Row
↻
Row::__construct
↲
Row::__get
↲
Row::__invoke
↲
Row::__isset
↲
Row::__set
↲
Row::__unset
↲
Row::allOf
↲
Row::cell
↲
Row::changes
↲
Row::create
↲
Row::criteria
↲
Row::delete
↲
Row::export
↲
Row::exportPublic
↲
Row::getData
↲
Row::getIdentity
↲
Row::getTable
↲
Row::isDirty
↲
Row::jsonSerialize
↲
Row::ofWhich
↲
Row::prime
↲
Row::refresh
↲
Row::update
#
void
pq\Gateway\Row::__construct
(
pq\Gateway\Table
$table
[,
array
$data
=
NULL
[,
bool
$prime
=
FALSE
]])
Create a new row gateway.
Params:
#
pq\Gateway\Table
$table
#
The originating table.
Optional
array
$data
#
=
NULL
The data of the row.
Optional
bool
$prime
#
=
FALSE
Whether to prime the rows cells with the data.
Show Comments from Github Discussions