Neos\Flow\Cli\CommandRequestHandler::canHandleRequest PHP Method

canHandleRequest() public method

This request handler can handle CLI requests.
public canHandleRequest ( ) : boolean
return boolean If the request is a CLI request, TRUE otherwise FALSE
    public function canHandleRequest()
    {
        return PHP_SAPI === 'cli';
    }