Flarum\Api\Controller\AbstractSerializeController::getEventDispatcher PHP Méthode

getEventDispatcher() public static méthode

public static getEventDispatcher ( ) : Illuminate\Contracts\Events\Dispatcher
Résultat Illuminate\Contracts\Events\Dispatcher
    public static function getEventDispatcher()
    {
        return static::$events;
    }