Neos\Flow\Core\RequestHandlerInterface::canHandleRequest PHP 메소드

canHandleRequest() 공개 메소드

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