Fr3nch13/CakePHP Utilities

RequestHandlerRunnerInterface

"Run" a request handler.

The RequestHandlerRunner will marshal a request using the composed factory, and then pass the request to the composed handler. Finally, it emits the response returned by the handler using the composed emitter.

If the factory for generating the request raises an exception or throwable, then the runner will use the composed error response generator to generate a response, based on the exception or throwable raised.

Table of Contents

Methods

run()  : void
Run the application

Methods


        
On this page

Search results