TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\WizardSortpages\View\SortPagesWizardModuleFunction Class Reference
Inheritance diagram for TYPO3\CMS\WizardSortpages\View\SortPagesWizardModuleFunction:
TYPO3\CMS\Backend\Module\AbstractFunctionModule

Public Member Functions

 modMenu ()
 
 main ()
 
 wiz_linkOrder ($title, $order)
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Module\AbstractFunctionModule
 init (&$pObj, $conf)
 
 handleExternalFunctionValue ()
 
 incLocalLang ()
 
 checkExtObj ()
 
 extObjContent ()
 
 modMenu ()
 

Additional Inherited Members

- Public Attributes inherited from TYPO3\CMS\Backend\Module\AbstractFunctionModule
 $pObj
 
 $thisPath = ''
 
 $localLangFile = 'locallang.php'
 
 $extClassConf
 
 $function_key = ''
 

Detailed Description

Creates the "Sort pages" wizard

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

Definition at line 24 of file SortPagesWizardModuleFunction.php.

Member Function Documentation

◆ main()

TYPO3\CMS\WizardSortpages\View\SortPagesWizardModuleFunction::main ( )

◆ modMenu()

TYPO3\CMS\WizardSortpages\View\SortPagesWizardModuleFunction::modMenu ( )

Adds menu items... but I think this is not used at all. Looks very much like some testing code. If anyone cares to check it we can remove it some day...

Returns
array
Todo:
Define visibility

Definition at line 33 of file SortPagesWizardModuleFunction.php.

◆ wiz_linkOrder()

TYPO3\CMS\WizardSortpages\View\SortPagesWizardModuleFunction::wiz_linkOrder (   $title,
  $order 
)

Creates a link for the sorting order

Parameters
string$titleTitle of the link
string$orderField to sort by
Returns
string HTML string
Todo:
Define visibility

Definition at line 128 of file SortPagesWizardModuleFunction.php.

References $GLOBALS, TYPO3\CMS\Backend\Utility\BackendUtility\getModuleUrl(), and TYPO3\CMS\Core\Utility\GeneralUtility\quoteJSvalue().

Referenced by TYPO3\CMS\WizardSortpages\View\SortPagesWizardModuleFunction\main().