Neos\Flow\Cli\SlaveRequestHandler::emitDispatchedCommandLineSlaveRequest PHP Метод

emitDispatchedCommandLineSlaveRequest() защищенный Метод

Emits a signal that a CLI slave request was dispatched.
protected emitDispatchedCommandLineSlaveRequest ( ) : void
Результат void
    protected function emitDispatchedCommandLineSlaveRequest()
    {
        $this->bootstrap->getSignalSlotDispatcher()->dispatch(__CLASS__, 'dispatchedCommandLineSlaveRequest', []);
    }