Pheasant\Query\TableCriteria::replace PHP Method

replace() public method

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