LazyRecord\BaseModel::offsetExists PHP Метод

offsetExists() публичный Метод

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