Class AdminLayoutHttpControllerResponse
Class AdminLayoutHttpControllerResponse
This class will be used for rendering the new Admin pages which must be explicitly written in templates. These templates can extend any of the existing admin layouts by themselves.
Child controllers can you the "init" method to initialize their dependencies
- HttpControllerResponse implements HttpControllerResponseInterface
- ┗ AdminLayoutHttpControllerResponse
Package: Http
Category: System
Extends: HttpControllerResponse
Located at Services/System/Http/AdminLayoutHttpControllerResponse.inc.php
Category: System
Extends: HttpControllerResponse
Located at Services/System/Http/AdminLayoutHttpControllerResponse.inc.php
Methods summary
public
__construct( NonEmptyStringType $title, ExistingFile $template, KeyValueCollection $data = null, AssetCollectionInterface $assets = null, ContentNavigationCollectionInterface $contentNavigation = null, ContentView $contentView = null )
AdminLayoutHttpViewController constructor.