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