![]() |
TYPO3
7.6
|
Public Member Functions | |
checkForUpdate (&$description) | |
performUpdate (array &$databaseQueries, &$customMessages) | |
![]() | |
getTitle () | |
setTitle ($title) | |
getIdentifier () | |
setIdentifier ($identifier) | |
shouldRenderWizard () | |
shouldRenderNextButton () | |
checkIfTableExists ($table) | |
checkForUpdate (&$description) | |
performUpdate (array &$dbQueries, &$customMessages) | |
Protected Member Functions | |
getUpdatablePages () | |
![]() | |
markWizardAsDone ($confValue=1) | |
isWizardDone () | |
getDatabaseConnection () | |
Protected Attributes | |
$title = 'Update page shortcuts with shortcut type "Parent of selected or current page"' | |
![]() | |
$title | |
$identifier | |
Additional Inherited Members | |
![]() | |
$pObj | |
$userInput | |
$versionNumber | |
Update all pages which have set the shortcut mode "Parent of selected or current page" (PageRepository::SHORTCUT_MODE_PARENT_PAGE) to remove a possibly selected page as this would cause a different behaviour of the shortcut now since the selected page is now respected in this shortcut mode.
Definition at line 24 of file PageShortcutParentUpdate.php.
checkForUpdate | ( | & | $description | ) |
Checks if an update is needed
string | &$description | The description for the update |
Definition at line 37 of file PageShortcutParentUpdate.php.
References PageShortcutParentUpdate\getUpdatablePages(), and AbstractUpdate\isWizardDone().
|
protected |
Get pages which need to be updated
Definition at line 58 of file PageShortcutParentUpdate.php.
References AbstractUpdate\getDatabaseConnection(), and PageRepository\SHORTCUT_MODE_PARENT_PAGE.
Referenced by PageShortcutParentUpdate\checkForUpdate(), and PageShortcutParentUpdate\performUpdate().
performUpdate | ( | array & | $databaseQueries, |
& | $customMessages | ||
) |
Performs the database update
array | &$databaseQueries | Queries done in this update |
mixed | &$customMessages | Custom messages |
Definition at line 70 of file PageShortcutParentUpdate.php.
References AbstractUpdate\getDatabaseConnection(), PageShortcutParentUpdate\getUpdatablePages(), and AbstractUpdate\markWizardAsDone().
|
protected |
Definition at line 29 of file PageShortcutParentUpdate.php.