![]() |
TYPO3
7.6
|
Public Member Functions | |
init (&$pObj, $conf) | |
modMenu () | |
verify_TSobjects ($propertyArray, $parentType, $parentValue) | |
initialize_editor ($pageId, $template_uid=0) | |
main () | |
![]() | |
init (&$pObj, $conf) | |
handleExternalFunctionValue () | |
incLocalLang () | |
checkExtObj () | |
extObjContent () | |
modMenu () | |
Public Attributes | |
$pObj | |
![]() | |
$pObj | |
$extObj = null | |
$thisPath = '' | |
$localLangFile = 'locallang.xlf' | |
$extClassConf | |
$function_key = '' | |
Protected Member Functions | |
getExtendedTemplateService () | |
getTemplateRow () | |
![]() | |
getLanguageService () | |
getBackendUserAuthentication () | |
getDocumentTemplate () | |
getBackPath () | |
getDatabaseConnection () | |
getPageRenderer () | |
Additional Inherited Members | |
![]() | |
$pageRenderer = null | |
This class displays the submodule "TypoScript Object Browser" inside the Web > Template module
Definition at line 35 of file TypoScriptTemplateObjectBrowserModuleFunctionController.php.
|
protected |
Definition at line 562 of file TypoScriptTemplateObjectBrowserModuleFunctionController.php.
References $GLOBALS.
Referenced by TypoScriptTemplateObjectBrowserModuleFunctionController\main().
|
protected |
Definition at line 570 of file TypoScriptTemplateObjectBrowserModuleFunctionController.php.
References $GLOBALS.
Referenced by TypoScriptTemplateObjectBrowserModuleFunctionController\main().
init | ( | & | $pObj, |
$conf | |||
) |
Init
TypoScriptTemplateModuleController | $pObj | |
array | $conf |
Definition at line 49 of file TypoScriptTemplateObjectBrowserModuleFunctionController.php.
References TypoScriptTemplateObjectBrowserModuleFunctionController\$pObj.
initialize_editor | ( | $pageId, | |
$template_uid = 0 |
|||
) |
Initialize editor
Initializes the module. Done in this function because we may need to re-initialize if data is submitted!
int | $pageId | |
int | $template_uid |
Definition at line 186 of file TypoScriptTemplateObjectBrowserModuleFunctionController.php.
References $GLOBALS, and GeneralUtility\makeInstance().
Referenced by TypoScriptTemplateObjectBrowserModuleFunctionController\main().
main | ( | ) |
Main
Definition at line 212 of file TypoScriptTemplateObjectBrowserModuleFunctionController.php.
References $lang, GeneralUtility\_GET(), GeneralUtility\_GP(), GeneralUtility\_POST(), elseif, AbstractMessage\ERROR, AbstractFunctionModule\getBackendUserAuthentication(), AbstractFunctionModule\getDocumentTemplate(), BackendUtility\getDropdownMenu(), TypoScriptTemplateObjectBrowserModuleFunctionController\getExtendedTemplateService(), GeneralUtility\getFileAbsFileName(), BackendUtility\getFuncCheck(), AbstractFunctionModule\getLanguageService(), AbstractFunctionModule\getPageRenderer(), TypoScriptTemplateObjectBrowserModuleFunctionController\getTemplateRow(), TypoScriptTemplateObjectBrowserModuleFunctionController\initialize_editor(), GeneralUtility\makeInstance(), Icon\SIZE_SMALL, and InfoboxViewHelper\STATE_WARNING.
modMenu | ( | ) |
Mod menu
Definition at line 61 of file TypoScriptTemplateObjectBrowserModuleFunctionController.php.
References $lang, GeneralUtility\_GET(), AbstractFunctionModule\getBackendUserAuthentication(), and AbstractFunctionModule\getLanguageService().
verify_TSobjects | ( | $propertyArray, | |
$parentType, | |||
$parentValue | |||
) |
Verify TS objects
array | $propertyArray | |
string | $parentType | |
string | $parentValue |
Definition at line 115 of file TypoScriptTemplateObjectBrowserModuleFunctionController.php.
References MathUtility\canBeInterpretedAsInteger(), and GeneralUtility\logDeprecatedFunction().
$pObj |
Definition at line 40 of file TypoScriptTemplateObjectBrowserModuleFunctionController.php.
Referenced by TypoScriptTemplateObjectBrowserModuleFunctionController\init().