LMongo\Eloquent\Model::offsetUnset PHP 메소드

offsetUnset() 공개 메소드

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