![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
tableRow ($label, $data, $field, $id) | |
processTemplateRowAfterLoading (array $tplRow) | |
processTemplateRowBeforeSaving (array $tplRow) | |
main () | |
![]() | |
init (&$pObj, $conf) | |
handleExternalFunctionValue () | |
incLocalLang () | |
checkExtObj () | |
extObjContent () | |
modMenu () | |
Public Attributes | |
$tce_processed = false | |
$pObj | |
![]() | |
$pObj | |
$extObj = null | |
$thisPath = '' | |
$localLangFile = 'locallang.xlf' | |
$extClassConf | |
$function_key = '' | |
Protected Member Functions | |
getLanguageService () | |
![]() | |
getLanguageService () | |
getBackendUserAuthentication () | |
getDocumentTemplate () | |
getBackPath () | |
getDatabaseConnection () | |
getPageRenderer () | |
Protected Attributes | |
$iconFactory | |
![]() | |
$pageRenderer = null | |
This class displays the Info/Modify screen of the Web > Template module
Definition at line 31 of file TypoScriptTemplateInformationModuleFunctionController.php.
__construct | ( | ) |
Constructor
Definition at line 53 of file TypoScriptTemplateInformationModuleFunctionController.php.
References GeneralUtility\makeInstance().
|
protected |
Definition at line 164 of file TypoScriptTemplateInformationModuleFunctionController.php.
References $GLOBALS.
Referenced by TypoScriptTemplateInformationModuleFunctionController\main(), and TypoScriptTemplateInformationModuleFunctionController\tableRow().
main | ( | ) |
The main processing method if this class
Definition at line 174 of file TypoScriptTemplateInformationModuleFunctionController.php.
References $GLOBALS, $lang, $url, GeneralUtility\_POST(), GeneralUtility\callUserFunction(), BackendUtility\getFuncCheck(), GeneralUtility\getIndpEnv(), TypoScriptTemplateInformationModuleFunctionController\getLanguageService(), GeneralUtility\makeInstance(), TypoScriptTemplateInformationModuleFunctionController\processTemplateRowBeforeSaving(), HttpUtility\redirect(), Icon\SIZE_SMALL, and TypoScriptTemplateInformationModuleFunctionController\tableRow().
processTemplateRowAfterLoading | ( | array | $tplRow | ) |
Process template row after loading
array | $tplRow | Template row |
Definition at line 136 of file TypoScriptTemplateInformationModuleFunctionController.php.
processTemplateRowBeforeSaving | ( | array | $tplRow | ) |
Process template row before saving
array | $tplRow | Template row |
Definition at line 153 of file TypoScriptTemplateInformationModuleFunctionController.php.
References TypoScriptParser\extractIncludes_array().
Referenced by TypoScriptTemplateInformationModuleFunctionController\main().
tableRow | ( | $label, | |
$data, | |||
$field, | |||
$id | |||
) |
Creates a row for a HTML table
string | $label | The label to be shown (e.g. 'Title:', 'Sitetitle:') |
string | $data | The data/information to be shown (e.g. 'Template for my site') |
string | $field | The field/variable to be sent on clicking the edit icon (e.g. 'title', 'sitetitle') |
int | $id | The field/variable to be sent on clicking the edit icon (e.g. 'title', 'sitetitle') |
Definition at line 67 of file TypoScriptTemplateInformationModuleFunctionController.php.
References $lang, $url, GeneralUtility\getIndpEnv(), TypoScriptTemplateInformationModuleFunctionController\getLanguageService(), and Icon\SIZE_SMALL.
Referenced by TypoScriptTemplateInformationModuleFunctionController\main().
|
protected |
Definition at line 48 of file TypoScriptTemplateInformationModuleFunctionController.php.
$pObj |
Definition at line 43 of file TypoScriptTemplateInformationModuleFunctionController.php.
$tce_processed = false |
Definition at line 38 of file TypoScriptTemplateInformationModuleFunctionController.php.