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)
stringRendered html markup.
arrayArray which contains information about the http response headers.
_getAdminPageBody(array $contentArray, \AssetCollectionInterface $assets = null, array $jsLanguageSections = array()) : string
arrayAssociative array with 'title' and 'main_content' keys.
array(Optional) Array with language sections to access them in modules of the gx javascript engine.
stringRendered markup for the admin page.
getBody() : string
string
getHeaders() : array
array
httpHeadersArray : array
| var |
|---|
array
httpBody : string
| var |
|---|
string