LMongo\Eloquent\Model::offsetGet PHP Method

offsetGet() public method

Get the value for a given offset.
public offsetGet ( mixed $offset ) : mixed
$offset mixed
return mixed
    public function offsetGet($offset)
    {
        return $this->{$offset};
    }
Model