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.
getBody() : string
string
getHeaders() : array
array