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

Public Member Functions

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

Protected Member Functions

 getFormLine ($index)
 
 getTypeSelectHtml ()
 
 getLanguageService ()
 
 getBackendUser ()
 
- Protected Member Functions inherited from AbstractFunctionModule
 getLanguageService ()
 
 getBackendUserAuthentication ()
 
 getDocumentTemplate ()
 
 getBackPath ()
 
 getDatabaseConnection ()
 
 getPageRenderer ()
 

Protected Attributes

 $tsConfig = array()
 
 $pagesTsConfig = array()
 
 $typeSelectHtml = ''
 
 $iconFactory
 
- Protected Attributes inherited from AbstractFunctionModule
 $pageRenderer = null
 

Additional Inherited Members

- Public Attributes inherited from AbstractFunctionModule
 $pObj
 
 $extObj = null
 
 $thisPath = ''
 
 $localLangFile = 'locallang.xlf'
 
 $extClassConf
 
 $function_key = ''
 

Detailed Description

Creates the "Create pages" wizard

Definition at line 28 of file CreatePagesWizardModuleFunctionController.php.

Member Function Documentation

getBackendUser ( )
protected
getFormLine (   $index)
protected

Return one line in the form

Parameters
int | string$indexAn integer: the line counter for which to create the line. Use "#" to create an template for javascript (used by ExtJS)
Returns
string HTML code for one input line for one new page

Definition at line 189 of file CreatePagesWizardModuleFunctionController.php.

References CreatePagesWizardModuleFunctionController\getLanguageService(), and Icon\SIZE_SMALL.

Referenced by CreatePagesWizardModuleFunctionController\main().

getLanguageService ( )
protected
getTypeSelectHtml ( )
protected
main ( )

Member Data Documentation

$iconFactory
protected
$pagesTsConfig = array()
protected
$tsConfig = array()
protected
$typeSelectHtml = ''
protected

The type select HTML

Definition at line 47 of file CreatePagesWizardModuleFunctionController.php.