‪TYPO3CMS  11.5
TYPO3\CMS\Extbase\Http\ForwardResponse Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Http\ForwardResponse:
TYPO3\CMS\Core\Http\Response TYPO3\CMS\Core\Http\Message

Public Member Functions

 __construct (string $actionName)
 
 withControllerName (string $controllerName)
 
 withoutControllerName ()
 
 withExtensionName (string $extensionName)
 
 withoutExtensionName ()
 
 withArguments (array $arguments)
 
 withoutArguments ()
 
 withArgumentsValidationResult (Result $argumentsValidationResult)
 
 getActionName ()
 
 getControllerName ()
 
 getExtensionName ()
 
 getArguments ()
 
 getArgumentsValidationResult ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Http\Response
 __construct ($body='php://temp', $statusCode=200, $headers=[], string $reasonPhrase='')
 
int getStatusCode ()
 
string getReasonPhrase ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Http\Message
string getProtocolVersion ()
 
array getHeaders ()
 
bool hasHeader ($name)
 
string[] getHeader ($name)
 
string getHeaderLine ($name)
 
Psr Http Message StreamInterface getBody ()
 
string filter ($value)
 
 validateHeaderName ($name)
 
bool isValidHeaderValue ($value)
 

Private Attributes

string $actionName
 
string $controllerName = null
 
string $extensionName = null
 
array $arguments = null
 
Result $argumentsValidationResult
 

Additional Inherited Members

- ‪Static Public Member Functions inherited from ‪TYPO3\CMS\Core\Http\Response
static withStatus ($code, $reasonPhrase='')
 
- ‪Static Public Member Functions inherited from ‪TYPO3\CMS\Core\Http\Message
static withProtocolVersion ($version)
 
static withHeader ($name, $value)
 
static withAddedHeader ($name, $value)
 
static withoutHeader ($name)
 
static withBody (StreamInterface $body)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Http\Message
 assertHeaders (array $headers)
 
array filterHeaders (array $originalHeaders)
 
bool arrayContainsOnlyStrings (array $data)
 
 validateHeaderValues (array $values)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Http\Response
int $statusCode
 
string $reasonPhrase = ''
 
array $availableStatusCodes
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Http\Message
string $protocolVersion = '1.1'
 
array $headers = array( )
 
array $lowercasedHeaderNames = array( )
 
StreamInterface null $body
 

Detailed Description

Definition at line 23 of file ForwardResponse.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Http\ForwardResponse::__construct ( string  $actionName)

Member Function Documentation

◆ getActionName()

TYPO3\CMS\Extbase\Http\ForwardResponse::getActionName ( )

◆ getArguments()

TYPO3\CMS\Extbase\Http\ForwardResponse::getArguments ( )

◆ getArgumentsValidationResult()

TYPO3\CMS\Extbase\Http\ForwardResponse::getArgumentsValidationResult ( )

◆ getControllerName()

TYPO3\CMS\Extbase\Http\ForwardResponse::getControllerName ( )

◆ getExtensionName()

TYPO3\CMS\Extbase\Http\ForwardResponse::getExtensionName ( )

◆ withArguments()

TYPO3\CMS\Extbase\Http\ForwardResponse::withArguments ( array  $arguments)

◆ withArgumentsValidationResult()

TYPO3\CMS\Extbase\Http\ForwardResponse::withArgumentsValidationResult ( Result  $argumentsValidationResult)

◆ withControllerName()

TYPO3\CMS\Extbase\Http\ForwardResponse::withControllerName ( string  $controllerName)

◆ withExtensionName()

TYPO3\CMS\Extbase\Http\ForwardResponse::withExtensionName ( string  $extensionName)

◆ withoutArguments()

TYPO3\CMS\Extbase\Http\ForwardResponse::withoutArguments ( )

Definition at line 73 of file ForwardResponse.php.

◆ withoutControllerName()

TYPO3\CMS\Extbase\Http\ForwardResponse::withoutControllerName ( )

Definition at line 45 of file ForwardResponse.php.

◆ withoutExtensionName()

TYPO3\CMS\Extbase\Http\ForwardResponse::withoutExtensionName ( )

Definition at line 59 of file ForwardResponse.php.

Member Data Documentation

◆ $actionName

string TYPO3\CMS\Extbase\Http\ForwardResponse::$actionName
private

◆ $arguments

array TYPO3\CMS\Extbase\Http\ForwardResponse::$arguments = null
private

◆ $argumentsValidationResult

Result TYPO3\CMS\Extbase\Http\ForwardResponse::$argumentsValidationResult
private

◆ $controllerName

string TYPO3\CMS\Extbase\Http\ForwardResponse::$controllerName = null
private

◆ $extensionName

string TYPO3\CMS\Extbase\Http\ForwardResponse::$extensionName = null
private