|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| init (&$pObj, $conf) | |
| modMenu () | |
| initialize_editor ($pageId, $template_uid=0) | |
| main () | |
Definition at line 33 of file class.tx_tstemplateanalyzer.php.
| tx_tstemplateanalyzer::init | ( | &$ | pObj, |
| $ | conf | ||
| ) |
Initialize the object
| object | A reference to the parent (calling) object (which is probably an instance of an extension class to t3lib_SCbase) |
| array | The configuration set for this module - from global array TBE_MODULES_EXT |
Reimplemented from t3lib_extobjbase.
Definition at line 34 of file class.tx_tstemplateanalyzer.php.
References t3lib_extobjbase\$pObj.
| tx_tstemplateanalyzer::initialize_editor | ( | $ | pageId, |
| $ | template_uid = 0 |
||
| ) |
Definition at line 53 of file class.tx_tstemplateanalyzer.php.
References t3lib_div\makeInstance().
Referenced by main().
| tx_tstemplateanalyzer::main | ( | ) |
Definition at line 71 of file class.tx_tstemplateanalyzer.php.
References $BACK_PATH, $BE_USER, $CLIENT, $GLOBALS, $SOBE, $TCA, $TYPO3_CONF_VARS, t3lib_div\_GET(), t3lib_TSparser\checkIncludeLines(), t3lib_BEfunc\getFuncCheck(), t3lib_iconWorks\getSpriteIconForRecord(), and initialize_editor().
| tx_tstemplateanalyzer::modMenu | ( | ) |
Dummy function - but is used to set up additional menu items for this submodule. For an example see the extension 'cms' where the 'web_info' submodule is defined in cms/web_info/class.tx_cms_webinfo.php, tx_cms_webinfo_page::modMenu()
Reimplemented from t3lib_extobjbase.
Definition at line 40 of file class.tx_tstemplateanalyzer.php.
1.7.5.1