RuntimeSequenceInvokingRequestHandler
class RuntimeSequenceInvokingRequestHandler implements RequestHandlerInterface (View source)
A request handler which boots up Flow into a basic runtime level and then returns without actually further handling anything.
As this request handler will be the "active" request handler returned by the bootstrap's getActiveRequestHandler() method.
Properties
protected | $bootstrap |
Methods
This request handler can handle requests in Testing Context.
Returns the priority - how eager the handler is to actually handle the request.
Handles a command line request
Details
__construct(Bootstrap $bootstrap)
Constructor
mixed
canHandleRequest()
This request handler can handle requests in Testing Context.
int
getPriority()
Returns the priority - how eager the handler is to actually handle the request.
As this request handler can only be used as a preselected request handler, the priority for all other cases is 0.
void
handleRequest()
Handles a command line request