column = $column; } /** * @inheritdoc * @param \pq\Gateway\Row $row * @param array $where reference to the criteria */ function onUpdate(Row $row, array &$where) { $where["{$this->column}="] = $row->getData()[$this->column]; $row->{$this->column}->mod(+1); } }