LazyRecord\BaseModel::offsetGet PHP Method

offsetGet() public method

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