LMongo\Eloquent\Model::offsetGet PHP Méthode

offsetGet() public méthode

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