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

offsetUnset() public méthode

Unset the value for a given offset.
public offsetUnset ( mixed $offset ) : void
$offset mixed
Résultat void
    public function offsetUnset($offset)
    {
        unset($this->{$offset});
    }
Model