Documentation TYPO3 par Ameos |
Public Member Functions | |
init (&$pObj, $conf) | |
modMenu () | |
main () | |
Public Attributes | |
$function_key = 'wiz' |
Definition at line 66 of file class.tx_funcwizards_webfunc.php.
|
Initialize. Calls parent init function and then the handleExternalFunctionValue() function from the parent class
Reimplemented from t3lib_extobjbase. Definition at line 78 of file class.tx_funcwizards_webfunc.php. References t3lib_extobjbase::$pObj, and t3lib_extobjbase::handleExternalFunctionValue(). |
|
Creation of the main content. Calling extObjContent() to trigger content generation from the sub-sub modules
Definition at line 111 of file class.tx_funcwizards_webfunc.php. |
|
Modifies parent objects internal MOD_MENU array, adding items this module needs.
Definition at line 92 of file class.tx_funcwizards_webfunc.php. References t3lib_BEfunc::unsetMenuItems(). |
|
If this value is set it points to a key in the TBE_MODULES_EXT array (not on the top level..) where another classname/filepath/title can be defined for sub-subfunctions. This is a little hard to explain, so see it in action; it used in the extension 'func_wizards' in order to provide yet a layer of interfacing with the backend module. The extension 'func_wizards' has this description: 'Adds the 'Wizards' item to the function menu in Web>Func. This is just a framework for wizard extensions.' - so as you can see it is designed to allow further connectivity - 'level 2'
Reimplemented from t3lib_extobjbase. Definition at line 67 of file class.tx_funcwizards_webfunc.php. |