LazyRecord\BaseModel::offsetGet PHP Méthode

offsetGet() public méthode

public offsetGet ( $name )
    public function offsetGet($name)
    {
        return $this->get($name);
    }