"TYPO3 4.0.1: t3lib_extobjbase Class Reference", "datetime" => "Sat Dec 2 19:25:55 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
init (&$pObj, $conf) | |
handleExternalFunctionValue () | |
incLocalLang () | |
Public Attributes | |
$pObj | |
$thisPath = '' | |
$localLangFile = 'locallang.php' | |
$extClassConf | |
$function_key = '' |
Definition at line 145 of file class.t3lib_extobjbase.php.
|
If $this->function_key is set (which means there are two levels of object connectivity) then $this->extClassConf is loaded with the TBE_MODULES_EXT configuration for that sub-sub-module
Definition at line 221 of file class.t3lib_extobjbase.php. References t3lib_div::_GP(), and t3lib_BEfunc::getModuleData(). Referenced by tx_funcwizards_webfunc::init(). |
|
Including any locallang file configured and merging its content over the current global LOCAL_LANG array (which is EXPECTED to exist!!!)
Definition at line 237 of file class.t3lib_extobjbase.php. References t3lib_div::array_merge_recursive_overrule(). Referenced by init(). |
|
Initialize the object
Reimplemented in tx_funcwizards_webfunc. Definition at line 197 of file class.t3lib_extobjbase.php. References $pObj, and incLocalLang(). |
|
Contains module configuration parts from TBE_MODULES_EXT if found
Definition at line 170 of file class.t3lib_extobjbase.php. |
|
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 in tx_funcwizards_webfunc. Definition at line 179 of file class.t3lib_extobjbase.php. |
|
Can be hardcoded to the name of a locallang.php file (from the same directory as the class file) to use/load
Reimplemented in tx_belog_webinfo. Definition at line 163 of file class.t3lib_extobjbase.php. |
|
Contains a reference to the parent object.
Definition at line 151 of file class.t3lib_extobjbase.php. Referenced by tx_funcwizards_webfunc::init(), and init(). |
|
Set to the directory name of this class file.
Definition at line 157 of file class.t3lib_extobjbase.php. |