Pheasant\Query\TableCriteria::upsert PHP Method

upsert() public method

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