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

unsetEventDispatcher() 공개 정적인 메소드

Unset the event dispatcher for models.
public static unsetEventDispatcher ( ) : void
리턴 void
    public static function unsetEventDispatcher()
    {
        static::$dispatcher = null;
    }
Model