Fonctions membres publiques | |
| main () | |
| printContent () | |
Attributs publics | |
| $MCONF = array() | |
| $MOD_MENU = array() | |
| $MOD_SETTINGS = array() | |
| $content | |
| SC_mod_help_about_index::main | ( | ) |
Main function, producing the module output. In this case, the module output is a very simple screen telling the version of TYPO3 and that's basically it... The content is set in the internal variable $this->content
| SC_mod_help_about_index::printContent | ( | ) |
Outputting the accumulated content to screen
| SC_mod_help_about_index::$MCONF = array() |
| SC_mod_help_about_index::$MOD_MENU = array() |
| SC_mod_help_about_index::$MOD_SETTINGS = array() |
| SC_mod_help_about_index::$content |
1.5.3