Documentation TYPO3 par Ameos |
Public Member Functions | |
checkForUpdate (&$description) | |
getUserInput ($inputPrefix) | |
checkUserInput (&$customMessages) | |
performUpdate (&$dbQueries, &$customMessages) | |
compatVersionIsCurrent () | |
showChangesNeeded ($inputPrefix= '') | |
Public Attributes | |
$versionNumber | |
$pObj | |
$userInput |
Definition at line 32 of file class.tx_coreupdates_compatversion.php.
|
Function which checks if update is needed. Called in the beginning of an update process.
Definition at line 43 of file class.tx_coreupdates_compatversion.php. References compatVersionIsCurrent(). |
|
Checks if user input is valid
Definition at line 101 of file class.tx_coreupdates_compatversion.php. References compatVersionIsCurrent(), and t3lib_div::int_from_ver(). |
|
checks if compatibility version is set to current version
Definition at line 163 of file class.tx_coreupdates_compatversion.php. References t3lib_div::int_from_ver(). Referenced by checkForUpdate(), checkUserInput(), and getUserInput(). |
|
second step: get user input if needed
Definition at line 72 of file class.tx_coreupdates_compatversion.php. References compatVersionIsCurrent(), and showChangesNeeded(). |
|
Performs the update itself
Definition at line 133 of file class.tx_coreupdates_compatversion.php. References showChangesNeeded(). |
|
show changes needed
Definition at line 178 of file class.tx_coreupdates_compatversion.php. References t3lib_div::int_from_ver(). Referenced by getUserInput(), and performUpdate(). |