TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Tstemplate\Controller\TemplateAnalyzerModuleFunctionController Class Reference
Inheritance diagram for TYPO3\CMS\Tstemplate\Controller\TemplateAnalyzerModuleFunctionController:
TYPO3\CMS\Backend\Module\AbstractFunctionModule tx_tstemplateanalyzer

Public Member Functions

 init (&$pObj, $conf)
 
 modMenu ()
 
 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 ()
 

Additional Inherited Members

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

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! TypoScript template analyzer

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om

Definition at line 22 of file TemplateAnalyzerModuleFunctionController.php.

Member Function Documentation

◆ init()

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

Init

Parameters
object$pObj
array$conf
Returns
void
Todo:
Define visibility

Definition at line 32 of file TemplateAnalyzerModuleFunctionController.php.

References $GLOBALS, and TYPO3\CMS\Backend\Module\AbstractFunctionModule\$pObj.

◆ initialize_editor()

TYPO3\CMS\Tstemplate\Controller\TemplateAnalyzerModuleFunctionController::initialize_editor (   $pageId,
  $template_uid = 0 
)

Initialize editor

Parameters
integer$pageId
integer$template_uid
Returns
integer
Todo:
Define visibility

Definition at line 63 of file TemplateAnalyzerModuleFunctionController.php.

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

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

◆ main()

◆ modMenu()

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

Mod menu

Returns
array
Todo:
Define visibility

Definition at line 44 of file TemplateAnalyzerModuleFunctionController.php.