![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
init () | |
menuConfig () | |
mainAction (ServerRequestInterface $request, ResponseInterface $response) | |
printContent () | |
![]() | |
init () | |
menuConfig () | |
mergeExternalItems ($modName, $menuKey, $menuArr) | |
handleExternalFunctionValue ($MM_key= 'function', $MS_value=null) | |
getExternalItemConfig ($modName, $menuKey, $value= '') | |
checkExtObj () | |
checkSubExtObj () | |
extObjHeader () | |
extObjContent () | |
Protected Member Functions | |
getModuleMenu () | |
![]() | |
getLanguageService () | |
getBackendUser () | |
getDatabaseConnection () | |
getPageRenderer () | |
Protected Attributes | |
$view | |
$moduleName = 'system_config' | |
$moduleTemplate | |
![]() | |
$pageRenderer = null | |
Additional Inherited Members | |
![]() | |
$MCONF = array() | |
$id | |
$CMD | |
$perms_clause | |
$MOD_MENU | |
$MOD_SETTINGS = array() | |
$modTSconfig | |
$modMenu_type = '' | |
$modMenu_dontValidateList = '' | |
$modMenu_setDefaultList = '' | |
$extClassConf | |
$content = '' | |
$doc | |
$extObj | |
Script class for the Config module
Definition at line 31 of file ConfigurationView.php.
__construct | ( | ) |
Constructor
Definition at line 55 of file ConfigurationView.php.
References GeneralUtility\makeInstance().
|
protected |
Generates the action menu
Definition at line 254 of file ConfigurationView.php.
init | ( | ) |
Initialization
Definition at line 66 of file ConfigurationView.php.
References GeneralUtility\makeInstance(), and ConfigurationView\menuConfig().
Referenced by ConfigurationView\mainAction().
mainAction | ( | ServerRequestInterface | $request, |
ResponseInterface | $response | ||
) |
Injects the request object for the current request or subrequest Simply calls main() and init() and outputs the content
ServerRequestInterface | $request | the current request |
ResponseInterface | $response |
Definition at line 228 of file ConfigurationView.php.
References $GLOBALS, $response, MessageInterface\getBody(), and ConfigurationView\init().
menuConfig | ( | ) |
Menu Configuration
Definition at line 77 of file ConfigurationView.php.
References GeneralUtility\_GP(), BackendUtility\getModuleData(), and LocalizationUtility\translate().
Referenced by ConfigurationView\init().
printContent | ( | ) |
Print output to browser
Definition at line 245 of file ConfigurationView.php.
References BaseScriptClass\$content, and GeneralUtility\logDeprecatedFunction().
|
protected |
Definition at line 43 of file ConfigurationView.php.
|
protected |
Definition at line 50 of file ConfigurationView.php.
|
protected |
Definition at line 36 of file ConfigurationView.php.