Class AdminPageHttpControllerResponse
Important: This class will load the admin section of the shop, something that cannot be integrated into unit tests. That is why it is not unit tested.
category |
System |
---|---|
package |
Http |
subpackage |
ValueObjects |
extends |
HttpControllerResponse |
__construct(string $responseBody, array $responseHeadersArray = null)
string
Rendered html markup.
array
Array which contains information about the http response headers.
_getAdminPageBody(array $contentArray, \AssetCollectionInterface $assets = null, array $jsLanguageSections = array()) : string
array
Associative array with 'title' and 'main_content' keys.
array
(Optional) Array with language sections to access them in modules of the gx javascript engine.
string
Rendered markup for the admin page.
getBody() : string
string
getHeaders() : array
array
httpHeadersArray : array
var |
---|
array
httpBody : string
var |
---|
string