![]() |
TYPO3
7.6
|
Public Member Functions | |
main () | |
![]() | |
init (&$pObj, $conf) | |
handleExternalFunctionValue () | |
incLocalLang () | |
checkExtObj () | |
extObjContent () | |
modMenu () | |
Protected Member Functions | |
wiz_linkOrder ($title, $order) | |
getLanguageService () | |
getBackendUser () | |
![]() | |
getLanguageService () | |
getBackendUserAuthentication () | |
getDocumentTemplate () | |
getBackPath () | |
getDatabaseConnection () | |
getPageRenderer () | |
Additional Inherited Members | |
![]() | |
$pObj | |
$extObj = null | |
$thisPath = '' | |
$localLangFile = 'locallang.xlf' | |
$extClassConf | |
$function_key = '' | |
![]() | |
$pageRenderer = null | |
Creates the "Sort pages" wizard
Definition at line 27 of file SortPagesWizardModuleFunction.php.
|
protected |
Returns the current BE user.
Definition at line 152 of file SortPagesWizardModuleFunction.php.
References $GLOBALS.
Referenced by SortPagesWizardModuleFunction\main().
|
protected |
Returns LanguageService
Definition at line 142 of file SortPagesWizardModuleFunction.php.
References $GLOBALS.
Referenced by SortPagesWizardModuleFunction\main(), and SortPagesWizardModuleFunction\wiz_linkOrder().
main | ( | ) |
Main function creating the content for the module.
Definition at line 34 of file SortPagesWizardModuleFunction.php.
References $GLOBALS, $lang, AbstractFunctionModule\$pageRenderer, GeneralUtility\_GP(), BackendUtility\cshItem(), BackendUtility\datetime(), elseif, GeneralUtility\fixed_lgd_cs(), SortPagesWizardModuleFunction\getBackendUser(), SortPagesWizardModuleFunction\getLanguageService(), BackendUtility\getRecord(), GeneralUtility\inList(), GeneralUtility\makeInstance(), AbstractMessage\NOTICE, BackendUtility\setUpdateSignal(), Icon\SIZE_SMALL, and SortPagesWizardModuleFunction\wiz_linkOrder().
|
protected |
Creates a link for the sorting order
string | $title | Title of the link |
string | $order | Field to sort by |
Definition at line 121 of file SortPagesWizardModuleFunction.php.
References $GLOBALS, and SortPagesWizardModuleFunction\getLanguageService().
Referenced by SortPagesWizardModuleFunction\main().