LazyRecord\BaseModel::offsetExists PHP 메소드

offsetExists() 공개 메소드

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