public process ( AppserverIo\Psr\HttpMessage\RequestInterface $request, AppserverIo\Psr\HttpMessage\ResponseInterface $response, AppserverIo\Server\Interfaces\RequestContextInterface $requestContext, integer $hook ) : boolean |
$request |
AppserverIo\Psr\HttpMessage\RequestInterface |
A request object |
$response |
AppserverIo\Psr\HttpMessage\ResponseInterface |
A response object |
$requestContext |
AppserverIo\Server\Interfaces\RequestContextInterface |
A requests context instance |
$hook |
integer |
The current hook to process logic for |
return |
boolean |
|