![]() |
TYPO3
7.6
|
Public Member Functions | |
injectSignalSlotDispatcher (\TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher) | |
injectRegistryService (\TYPO3\CMS\Lang\Service\RegistryService $registryService) | |
![]() | |
injectObjectManager (\TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager) | |
injectReflectionService (\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService) | |
canProcessRequest (\TYPO3\CMS\Extbase\Mvc\RequestInterface $request) | |
processRequest (RequestInterface $request, ResponseInterface $response) | |
Protected Member Functions | |
emitPackagesMayHaveChangedSignal () | |
![]() | |
resolveCommandMethodName () | |
initializeCommandMethodArguments () | |
forward ($commandName, $controllerObjectName=null, array $arguments=array()) | |
ensureAdminRoleIfRequested () | |
restoreUserRole ($originalRole) | |
output ($text, array $arguments=array()) | |
outputLine ($text= '', array $arguments=array()) | |
outputFormatted ($text= '', array $arguments=array(), $leftPadding=0) | |
quit ($exitCode=0) | |
sendAndExit ($exitCode=0) | |
Protected Attributes | |
$signalSlotDispatcher | |
$registryService | |
![]() | |
$request | |
$response | |
$arguments | |
$commandMethodName = '' | |
$requestAdminPermissions = false | |
$userAuthentication | |
$reflectionService | |
$objectManager | |
$output | |
Language command controller updates translation packages
Definition at line 23 of file LanguageCommandController.php.
|
protected |
Emits packages may have changed signal
Definition at line 96 of file LanguageCommandController.php.
injectRegistryService | ( | \TYPO3\CMS\Lang\Service\RegistryService | $registryService | ) |
\TYPO3\CMS\Lang\Service\RegistryService | $registryService |
Definition at line 46 of file LanguageCommandController.php.
References LanguageCommandController\$registryService.
injectSignalSlotDispatcher | ( | \TYPO3\CMS\Extbase\SignalSlot\Dispatcher | $signalSlotDispatcher | ) |
\TYPO3\CMS\Extbase\SignalSlot\Dispatcher | $signalSlotDispatcher |
Definition at line 38 of file LanguageCommandController.php.
References LanguageCommandController\$signalSlotDispatcher.
|
protected |
Definition at line 33 of file LanguageCommandController.php.
Referenced by LanguageCommandController\injectRegistryService().
|
protected |
Definition at line 28 of file LanguageCommandController.php.
Referenced by LanguageCommandController\injectSignalSlotDispatcher().