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.
tx_funcwizards_webfunc::init | ( | &$ | pObj, | |
$ | conf | |||
) |
Initialize. Calls parent init function and then the handleExternalFunctionValue() function from the parent class
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 78 of file class.tx_funcwizards_webfunc.php.
References t3lib_extobjbase::$pObj, and t3lib_extobjbase::handleExternalFunctionValue().
tx_funcwizards_webfunc::modMenu | ( | ) |
Modifies parent objects internal MOD_MENU array, adding items this module needs.
Reimplemented from t3lib_extobjbase.
Definition at line 92 of file class.tx_funcwizards_webfunc.php.
References t3lib_BEfunc::unsetMenuItems().
tx_funcwizards_webfunc::main | ( | ) |
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.
References t3lib_extobjbase::extObjContent().
tx_funcwizards_webfunc::$function_key = 'wiz' |
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.