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
category |
System |
---|---|
package |
Http |
extends |
HttpControllerResponse |
__construct(string $responseBody, array $responseHeadersArray = null)
string
Rendered html markup.
array
Array which contains information about the http response headers.
_getTranslations() : array
Hint: Override this method to fetch different default translations.
array
_render()
Hint: Override this method to change the rendering algorithm.
Throws |
|
---|
_setInitialMessages()
getBody() : string
string
getHeaders() : array
array
title : string
var |
---|
string
template : string
var |
---|
string
assets : \AssetCollectionInterface
Provide paths or filenames to JavaScript, CSS or PHP Translation files.
var |
---|
\AssetCollectionInterface
contentView : \ContentView
Used for parsing the Smarty templates.
var |
---|
\ContentView
httpHeadersArray : array
var |
---|
array
httpBody : string
var |
---|
string