TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController Class Reference
Inheritance diagram for TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController:
TYPO3\CMS\Backend\Module\AbstractFunctionModule

Public Member Functions

 init (&$pObj, $conf)
 
 modMenu ()
 
 verify_TSobjects ($propertyArray, $parentType, $parentValue)
 
 initialize_editor ($pageId, $template_uid=0)
 
 main ()
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Module\AbstractFunctionModule
 init (&$pObj, $conf)
 
 handleExternalFunctionValue ()
 
 incLocalLang ()
 
 checkExtObj ()
 
 extObjContent ()
 
 modMenu ()
 

Public Attributes

 $pObj
 
- Public Attributes inherited from TYPO3\CMS\Backend\Module\AbstractFunctionModule
 $pObj
 
 $extObj = null
 
 $thisPath = ''
 
 $localLangFile = 'locallang.xlf'
 
 $extClassConf
 
 $function_key = ''
 

Protected Member Functions

 getExtendedTemplateService ()
 
 getTemplateRow ()
 
- Protected Member Functions inherited from TYPO3\CMS\Backend\Module\AbstractFunctionModule
 getLanguageService ()
 
 getBackendUserAuthentication ()
 
 getDocumentTemplate ()
 
 getBackPath ()
 
 getDatabaseConnection ()
 
 getPageRenderer ()
 

Additional Inherited Members

- Protected Attributes inherited from TYPO3\CMS\Backend\Module\AbstractFunctionModule
 $pageRenderer = null
 

Detailed Description

This class displays the submodule "TypoScript Object Browser" inside the Web > Template module

Definition at line 35 of file TypoScriptTemplateObjectBrowserModuleFunctionController.php.

Member Function Documentation

◆ getExtendedTemplateService()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController::getExtendedTemplateService ( )
protected

◆ getTemplateRow()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController::getTemplateRow ( )
protected

◆ init()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController::init ( $pObj,
  $conf 
)

◆ initialize_editor()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController::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!

Parameters
int$pageId
int$template_uid
Returns
int

Definition at line 186 of file TypoScriptTemplateObjectBrowserModuleFunctionController.php.

References $GLOBALS, and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Referenced by TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController\main().

◆ main()

◆ modMenu()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController::modMenu ( )

◆ verify_TSobjects()

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController::verify_TSobjects (   $propertyArray,
  $parentType,
  $parentValue 
)

Verify TS objects

Parameters
array$propertyArray
string$parentType
string$parentValue
Returns
array|NULL
Deprecated:
since TYPO3 CMS 7, will be removed in TYPO3 CMS 8

Definition at line 115 of file TypoScriptTemplateObjectBrowserModuleFunctionController.php.

References TYPO3\CMS\Core\Utility\MathUtility\canBeInterpretedAsInteger(), and TYPO3\CMS\Core\Utility\GeneralUtility\logDeprecatedFunction().

Member Data Documentation

◆ $pObj

TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController::$pObj