Pheasant\Query\TableCriteria::update PHP Method

update() public method

public update ( $data )
    public function update($data)
    {
        return $this->_table->update($data, $this);
    }