LMongo\Eloquent\Model::offsetUnset PHP Method

offsetUnset() public method

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