Flarum\Api\Controller\AbstractSerializeController::getEventDispatcher PHP Метод

getEventDispatcher() публичный статический Метод

public static getEventDispatcher ( ) : Illuminate\Contracts\Events\Dispatcher
Результат Illuminate\Contracts\Events\Dispatcher
    public static function getEventDispatcher()
    {
        return static::$events;
    }