Namespace Alpha\View\Renderer
| Alpha\View\Renderer\Html |
| Alpha\View\Renderer\Json |
| RendererProviderFactory | A factory for creating rendering provider implementations that implement the RendererProviderInterface interface. |
| RendererProviderInterface | Defines the renderer interface, which allows us to have various implementations (HTML, JSON, XML etc.) behind one unified interface. Use the RendererProviderFactory::getInstance() method to get instances of this. |
