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

offsetExists() public méthode

Determine if the given attribute exists.
public offsetExists ( mixed $offset ) : boolean
$offset mixed
Résultat boolean
    public function offsetExists($offset)
    {
        return isset($this->{$offset});
    }
Model