LazyRecord\BaseModel::offsetExists PHP Method

offsetExists() public method

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