Namespace Alpha\View\Renderer
Namespaces summary
Alpha\View\Renderer\Html |
Alpha\View\Renderer\Json |
Interfaces summary
RendererProviderInterface | Defines the renderer interface, which allows us to have various implementations (HTML, JSON, XML etc.) behind one unified interface. Use the ServiceFactory::getInstance() method to get instances of this. |