Neos\Flow\Http\RequestHandler::getPriority PHP Метод

getPriority() публичный Метод

Returns the priority - how eager the handler is to actually handle the request.
public getPriority ( ) : integer
Результат integer The priority of the request handler.
    public function getPriority()
    {
        return 100;
    }