![]() |
TYPO3
7.6
|
Public Member Functions | |
injectFlashMessageService (\TYPO3\CMS\Core\Messaging\FlashMessageService $flashMessageService) | |
injectExtensionService (\TYPO3\CMS\Extbase\Service\ExtensionService $extensionService) | |
setRequest (\TYPO3\CMS\Extbase\Mvc\Request $request) | |
getRequest () | |
setResponse (\TYPO3\CMS\Extbase\Mvc\Response $response) | |
getResponse () | |
setArguments (\TYPO3\CMS\Extbase\Mvc\Controller\Arguments $arguments) | |
getArguments () | |
setUriBuilder (\TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder $uriBuilder) | |
getUriBuilder () | |
getFlashMessageQueue ($identifier=null) | |
Protected Attributes | |
$request | |
$response | |
$arguments | |
$uriBuilder | |
$flashMessageQueueDefaultIdentifier | |
$flashMessageService | |
$extensionService | |
The controller context contains information from the controller
http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public License, version 3 or later
Definition at line 23 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
getArguments | ( | ) |
Get the arguments of the controller
Definition at line 137 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
References ControllerContext\$arguments.
getFlashMessageQueue | ( | $identifier = null | ) |
string | $identifier | Queue-identifier |
Definition at line 165 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
References ControllerContext\$flashMessageQueueDefaultIdentifier.
getRequest | ( | ) |
Get the request of the controller
Definition at line 93 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
References ControllerContext\$request.
getResponse | ( | ) |
Get the response of the controller
Definition at line 115 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
References ControllerContext\$response.
getUriBuilder | ( | ) |
Definition at line 155 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
References ControllerContext\$uriBuilder.
injectExtensionService | ( | \TYPO3\CMS\Extbase\Service\ExtensionService | $extensionService | ) |
\TYPO3\CMS\Extbase\Service\ExtensionService | $extensionService |
Definition at line 71 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
References ControllerContext\$extensionService.
injectFlashMessageService | ( | \TYPO3\CMS\Core\Messaging\FlashMessageService | $flashMessageService | ) |
\TYPO3\CMS\Core\Messaging\FlashMessageService | $flashMessageService |
Definition at line 63 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
References ControllerContext\$flashMessageService.
setArguments | ( | \TYPO3\CMS\Extbase\Mvc\Controller\Arguments | $arguments | ) |
Set the arguments of the controller
\TYPO3\CMS\Extbase\Mvc\Controller\Arguments | $arguments |
Definition at line 126 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
References ControllerContext\$arguments.
setRequest | ( | \TYPO3\CMS\Extbase\Mvc\Request | $request | ) |
Set the request of the controller
\TYPO3\CMS\Extbase\Mvc\Request | $request |
Definition at line 82 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
References ControllerContext\$request.
setResponse | ( | \TYPO3\CMS\Extbase\Mvc\Response | $response | ) |
Set the response of the controller
\TYPO3\CMS\Extbase\Mvc\Response | $response |
Definition at line 104 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
References ControllerContext\$response.
setUriBuilder | ( | \TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder | $uriBuilder | ) |
\TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder | $uriBuilder |
Definition at line 146 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
References ControllerContext\$uriBuilder.
|
protected |
Definition at line 38 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
Referenced by ControllerContext\getArguments(), and ControllerContext\setArguments().
|
protected |
Definition at line 58 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
Referenced by ControllerContext\injectExtensionService().
|
protected |
Definition at line 48 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
Referenced by ControllerContext\getFlashMessageQueue().
|
protected |
Definition at line 53 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
Referenced by ControllerContext\injectFlashMessageService().
|
protected |
Definition at line 28 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
Referenced by ControllerContext\getRequest(), and ControllerContext\setRequest().
|
protected |
Definition at line 33 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
Referenced by ControllerContext\getResponse(), and ControllerContext\setResponse().
|
protected |
Definition at line 43 of file extbase/Classes/Mvc/Controller/ControllerContext.php.
Referenced by ControllerContext\getUriBuilder(), and ControllerContext\setUriBuilder().