Property | Type | Description | |
---|---|---|---|
$httpRequest | The current HTTP request | ||
$httpResponse | The current HTTP response | ||
$parameters | array | Two-dimensional array storing an parameter dictionary (containing variables that can be read/written by all components) The first dimension is the fully qualified Component name, the second dimension is the identifier for the parameter. |
Method | Description | |
---|---|---|
__construct ( |
||
getHttpRequest ( ) : |
||
getHttpResponse ( ) : |
||
getParameter ( string $componentClassName, string $parameterName ) : mixed | ||
replaceHttpRequest ( |
||
replaceHttpResponse ( |
||
setParameter ( string $componentClassName, string $parameterName, mixed $value ) |
public __construct ( |
||
$httpRequest | ||
$httpResponse |
public getHttpResponse ( ) : |
||
return |
public replaceHttpRequest ( |
||
$httpRequest | ||
return | void |
public replaceHttpResponse ( |
||
$httpResponse | ||
return | void |
protected Request,Neos\Flow\Http $httpRequest | ||
return |
protected Response,Neos\Flow\Http $httpResponse | ||
return |
protected array $parameters | ||
return | array |