TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Info\Controller\InfoModuleController Class Reference
Inheritance diagram for TYPO3\CMS\Info\Controller\InfoModuleController:
TYPO3\CMS\Backend\Module\BaseScriptClass SC_mod_web_info_index

Public Member Functions

 __construct ()
 
 main ()
 
 printContent ()
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Module\BaseScriptClass
 init ()
 
 menuConfig ()
 
 mergeExternalItems ($modName, $menuKey, $menuArr)
 
 handleExternalFunctionValue ($MM_key='function', $MS_value=NULL)
 
 getExternalItemConfig ($modName, $menuKey, $value='')
 
 checkExtObj ()
 
 checkSubExtObj ()
 
 extObjHeader ()
 
 extObjContent ()
 

Public Attributes

 $be_user_Array
 
 $CALC_PERMS
 
 $pageinfo
 
 $doc
 
- Public Attributes inherited from TYPO3\CMS\Backend\Module\BaseScriptClass
 $MCONF = array()
 
 $id
 
 $CMD
 
 $perms_clause
 
 $MOD_MENU
 
 $MOD_SETTINGS = array()
 
 $modTSconfig
 
 $modMenu_type = ''
 
 $modMenu_dontValidateList = ''
 
 $modMenu_setDefaultList = ''
 
 $extClassConf
 
 $include_once = array()
 
 $content = ''
 
 $doc
 
 $extObj
 

Protected Member Functions

 getButtons ()
 
- Protected Member Functions inherited from TYPO3\CMS\Backend\Module\BaseScriptClass
 getLanguageService ()
 
 getBackendUser ()
 

Detailed Description

Script Class for the Web > Info module This class creates the framework to which other extensions can connect their sub-modules

Author
Kasper Skårhøj kaspe.nosp@m.rYYY.nosp@m.Y@typ.nosp@m.o3.c.nosp@m.om

Definition at line 25 of file InfoModuleController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Info\Controller\InfoModuleController::__construct ( )

Constructor

Definition at line 53 of file InfoModuleController.php.

References $GLOBALS.

Member Function Documentation

◆ getButtons()

TYPO3\CMS\Info\Controller\InfoModuleController::getButtons ( )
protected

Create the panel of buttons for submitting the form or otherwise perform operations.

Returns
array All available buttons as an assoc. array

Definition at line 137 of file InfoModuleController.php.

References $GLOBALS, TYPO3\CMS\Backend\Utility\BackendUtility\BEgetRootLine(), TYPO3\CMS\Backend\Utility\BackendUtility\cshItem(), TYPO3\CMS\Backend\Utility\IconUtility\getSpriteIcon(), and TYPO3\CMS\Backend\Utility\BackendUtility\viewOnClick().

Referenced by TYPO3\CMS\Info\Controller\InfoModuleController\main().

◆ main()

◆ printContent()

TYPO3\CMS\Info\Controller\InfoModuleController::printContent ( )

Print module content (from $this->content)

Returns
void

Definition at line 127 of file InfoModuleController.php.

References TYPO3\CMS\Backend\Module\BaseScriptClass\$content.

Member Data Documentation

◆ $be_user_Array

TYPO3\CMS\Info\Controller\InfoModuleController::$be_user_Array
Todo:
Define visibility

Definition at line 30 of file InfoModuleController.php.

◆ $CALC_PERMS

TYPO3\CMS\Info\Controller\InfoModuleController::$CALC_PERMS
Todo:
Define visibility

Definition at line 35 of file InfoModuleController.php.

◆ $doc

TYPO3\CMS\Info\Controller\InfoModuleController::$doc

Definition at line 48 of file InfoModuleController.php.

◆ $pageinfo

TYPO3\CMS\Info\Controller\InfoModuleController::$pageinfo
Todo:
Define visibility

Definition at line 40 of file InfoModuleController.php.