Skip to content

Controller

Everything under Quiote\Controller.

ClassDescription
ControllerThe per-context registry and factory that dispatch routes through.
OutputTypeOne configured output type — html, json, or whatever else output_types.xml declares — together with the renderers, layouts and parameters that belong to it.
OutputTypeDefinitionsWhat the compiled output_types configuration declares, as data.
InterfaceDescription
ControllerInterfaceWhat the framework asks of a controller: resolve and build the action and view for a dispatch, answer questions about what a module contains, and hold the response being assembled.