Granada\ORM::__isset PHP Method

__isset() public method

public __isset ( $key )
    public function __isset($key)
    {
        return $this->offsetExists($key);
    }
ORM