ORM::offsetExists PHP Method

offsetExists() public method

--------------------- //
public offsetExists ( $key )
    public function offsetExists($key)
    {
        return array_key_exists($key, $this->_data);
    }
ORM