TYPO3 API  SVNRelease
Public Member Functions
tx_tstemplateanalyzer Class Reference
Inheritance diagram for tx_tstemplateanalyzer:
Inheritance graph
[legend]
Collaboration diagram for tx_tstemplateanalyzer:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 33 of file class.tx_tstemplateanalyzer.php.


Member Function Documentation

tx_tstemplateanalyzer::init ( &$  pObj,
conf 
)

Initialize the object

Parameters:
objectA reference to the parent (calling) object (which is probably an instance of an extension class to t3lib_SCbase)
arrayThe configuration set for this module - from global array TBE_MODULES_EXT
Returns:
void
See also:
t3lib_SCbase::checkExtObj()

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 ( )
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()

Returns:
array A MOD_MENU array which will be merged together with the one from the parent object
See also:
init(), tx_cms_webinfo_page::modMenu()

Reimplemented from t3lib_extobjbase.

Definition at line 40 of file class.tx_tstemplateanalyzer.php.


The documentation for this class was generated from the following file: