Everything under Quiote\Controller.
| Class | Description |
|---|
Controller | The per-context registry and factory that dispatch routes through. |
OutputType | One configured output type — html, json, or whatever else output_types.xml declares — together with the renderers, layouts and parameters that belong to it. |
OutputTypeDefinitions | What the compiled output_types configuration declares, as data. |
| Interface | Description |
|---|
ControllerInterface | What 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. |