TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Func\Controller\PageFunctionsController Class Reference
Inheritance diagram for TYPO3\CMS\Func\Controller\PageFunctionsController:
TYPO3\CMS\Backend\Module\BaseScriptClass SC_mod_web_func_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

 $pageinfo
 
 $fileProcessor
 
 $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 > Functions 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 PageFunctionsController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Func\Controller\PageFunctionsController::__construct ( )

Constructor

Definition at line 49 of file PageFunctionsController.php.

References $GLOBALS.

Member Function Documentation

◆ getButtons()

TYPO3\CMS\Func\Controller\PageFunctionsController::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 129 of file PageFunctionsController.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\Func\Controller\PageFunctionsController\main().

◆ main()

◆ printContent()

TYPO3\CMS\Func\Controller\PageFunctionsController::printContent ( )

Print module content (from $this->content)

Returns
void

Definition at line 120 of file PageFunctionsController.php.

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

Member Data Documentation

◆ $doc

TYPO3\CMS\Func\Controller\PageFunctionsController::$doc

Definition at line 44 of file PageFunctionsController.php.

◆ $fileProcessor

TYPO3\CMS\Func\Controller\PageFunctionsController::$fileProcessor
Todo:
Define visibility

Definition at line 36 of file PageFunctionsController.php.

◆ $pageinfo

TYPO3\CMS\Func\Controller\PageFunctionsController::$pageinfo
Todo:
Define visibility

Definition at line 31 of file PageFunctionsController.php.