Documentation TYPO3 par Ameos

tx_funcwizards_webfunc Class Reference

Inheritance diagram for tx_funcwizards_webfunc:

Inheritance graph
[legend]
Collaboration diagram for tx_funcwizards_webfunc:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 init (&$pObj, $conf)
 modMenu ()
 main ()

Public Attributes

 $function_key = 'wiz'

Detailed Description

Definition at line 66 of file class.tx_funcwizards_webfunc.php.


Member Function Documentation

tx_funcwizards_webfunc::init &$  pObj,
conf
 

Initialize. Calls parent init function and then the handleExternalFunctionValue() function from the parent class

Parameters:
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
Returns:
void
See also:
t3lib_extobjbase::handleExternalFunctionValue(), t3lib_extobjbase::init()

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::main  ) 
 

Creation of the main content. Calling extObjContent() to trigger content generation from the sub-sub modules

Returns:
string The content
See also:
t3lib_extobjbase::extObjContent()

Definition at line 111 of file class.tx_funcwizards_webfunc.php.

tx_funcwizards_webfunc::modMenu  ) 
 

Modifies parent objects internal MOD_MENU array, adding items this module needs.

Returns:
array Items merged with the parent objects.
See also:
t3lib_extobjbase::init()

Definition at line 92 of file class.tx_funcwizards_webfunc.php.

References t3lib_BEfunc::unsetMenuItems().


Member Data Documentation

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'

See also:
handleExternalFunctionValue(), tx_funcwizards_webfunc

Reimplemented from t3lib_extobjbase.

Definition at line 67 of file class.tx_funcwizards_webfunc.php.


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


Généré par Les experts TYPO3 avec  doxygen 1.4.6