Neos\Flow\Core\RequestHandlerInterface::canHandleRequest PHP Méthode

canHandleRequest() public méthode

Checks if the request handler can handle the current request.
public canHandleRequest ( ) : mixed
Résultat mixed TRUE or an integer > 0 if it can handle the request, otherwise FALSE or an integer < 0
    public function canHandleRequest();