"TYPO3 4.0.1: tx_coreupdates_compatversion Class Reference", "datetime" => "Sat Dec 2 19:27:04 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
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 102 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 164 of file class.tx_coreupdates_compatversion.php. Referenced by checkForUpdate(), checkUserInput(), and getUserInput(). |
|
|
second step: get user input if needed
Definition at line 73 of file class.tx_coreupdates_compatversion.php. References compatVersionIsCurrent(), and showChangesNeeded(). |
|
||||||||||||
|
Performs the update itself
Definition at line 136 of file class.tx_coreupdates_compatversion.php. |
|
|
show changes needed
Definition at line 179 of file class.tx_coreupdates_compatversion.php. References t3lib_div::int_from_ver(). Referenced by getUserInput(). |