TYPO3  7.6
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
TemplateAnalyzerModuleFunctionController Class Reference
Inheritance diagram for TemplateAnalyzerModuleFunctionController:
AbstractFunctionModule

Public Member Functions

 init (&$pObj, $conf)
 
 modMenu ()
 
 initialize_editor ($pageId, $template_uid=0)
 
 main ()
 
- Public Member Functions inherited from AbstractFunctionModule
 init (&$pObj, $conf)
 
 handleExternalFunctionValue ()
 
 incLocalLang ()
 
 checkExtObj ()
 
 extObjContent ()
 
 modMenu ()
 

Public Attributes

 $pObj
 
- Public Attributes inherited from AbstractFunctionModule
 $pObj
 
 $extObj = null
 
 $thisPath = ''
 
 $localLangFile = 'locallang.xlf'
 
 $extClassConf
 
 $function_key = ''
 

Protected Member Functions

 getExtendedTemplateService ()
 
- Protected Member Functions inherited from AbstractFunctionModule
 getLanguageService ()
 
 getBackendUserAuthentication ()
 
 getDocumentTemplate ()
 
 getBackPath ()
 
 getDatabaseConnection ()
 
 getPageRenderer ()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractFunctionModule
 $pageRenderer = null
 

Detailed Description

TypoScript template analyzer

Definition at line 28 of file TemplateAnalyzerModuleFunctionController.php.

Member Function Documentation

getExtendedTemplateService ( )
protected
Returns
ExtendedTemplateService

Definition at line 234 of file TemplateAnalyzerModuleFunctionController.php.

References $GLOBALS.

Referenced by TemplateAnalyzerModuleFunctionController\main().

init ( $pObj,
  $conf 
)
initialize_editor (   $pageId,
  $template_uid = 0 
)

Initialize editor

Parameters
int$pageId
int$template_uid
Returns
bool

Definition at line 73 of file TemplateAnalyzerModuleFunctionController.php.

References $GLOBALS, and GeneralUtility\makeInstance().

Referenced by TemplateAnalyzerModuleFunctionController\main().

main ( )
modMenu ( )

Mod menu

Returns
array

Definition at line 54 of file TemplateAnalyzerModuleFunctionController.php.

Member Data Documentation

$pObj