TYPO3  7.6
Public Member Functions | List of all members
PageInformationController Class Reference
Inheritance diagram for PageInformationController:
AbstractFunctionModule

Public Member Functions

 modMenu ()
 
 main ()
 
- Public Member Functions inherited from AbstractFunctionModule
 init (&$pObj, $conf)
 
 handleExternalFunctionValue ()
 
 incLocalLang ()
 
 checkExtObj ()
 
 extObjContent ()
 
 modMenu ()
 

Additional Inherited Members

- Public Attributes inherited from AbstractFunctionModule
 $pObj
 
 $extObj = null
 
 $thisPath = ''
 
 $localLangFile = 'locallang.xlf'
 
 $extClassConf
 
 $function_key = ''
 
- Protected Member Functions inherited from AbstractFunctionModule
 getLanguageService ()
 
 getBackendUserAuthentication ()
 
 getDocumentTemplate ()
 
 getBackPath ()
 
 getDatabaseConnection ()
 
 getPageRenderer ()
 
- Protected Attributes inherited from AbstractFunctionModule
 $pageRenderer = null
 

Detailed Description

Class for displaying page information (records, page record properties)

Definition at line 24 of file PageInformationController.php.

Member Function Documentation

main ( )

MAIN function for page information display

Returns
string Output HTML for the module.

Definition at line 55 of file PageInformationController.php.

References $GLOBALS, GeneralUtility\callUserFunction(), BackendUtility\cshItem(), BackendUtility\getDropdownMenu(), AbstractFunctionModule\getLanguageService(), and GeneralUtility\makeInstance().

modMenu ( )

Returns the menu array

Returns
array

Definition at line 31 of file PageInformationController.php.

References $GLOBALS.