

Fonctions membres publiques | |
| includeAllClasses () | |
| main () | |
| getleftHeader () | |
| getMainContent () | |
| printContent () | |
Attributs publics | |
| $allExtClassConf = array() | |
| $backPath | |
| $BE_USER | |
| $extObj | backPath = $this->backPath |
| $part = $extObj->overview_main() | |
| SC_mod_user_task_index::includeAllClasses | ( | ) |
This makes sure that all classes of task-center related extensions are included Further it registers the classes in the variable $this->allExtClassConf
| SC_mod_user_task_index::main | ( | ) |
This is the main function called by the TYPO3 framework
| SC_mod_user_task_index::getleftHeader | ( | ) |
Generate the header of the left column
| SC_mod_user_task_index::getMainContent | ( | ) |
Get the main content for the module by initiating the external object (if any) and calling it's main function.
| SC_mod_user_task_index::printContent | ( | ) |
Output the content of the object to the browser
| SC_mod_user_task_index::$allExtClassConf = array() |
| SC_mod_user_task_index::$backPath |
| SC_mod_user_task_index::$BE_USER |
| $extObj SC_mod_user_task_index::backPath = $this->backPath |
| SC_mod_user_task_index::$part = $extObj->overview_main() |
1.5.3