Neos\Flow\Cli\CommandRequestHandler::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;
    }