Neos\Flow\Http\RequestHandler::getPriority PHP Méthode

getPriority() public méthode

Returns the priority - how eager the handler is to actually handle the request.
public getPriority ( ) : integer
Résultat integer The priority of the request handler.
    public function getPriority()
    {
        return 100;
    }