Script file of Joomla CMS
- Depuis
- 1.6.4
◆ cleanJoomlaCache()
This method clean the Joomla Cache using the method clean
from the com_cache model
- Renvoie
- void
- Depuis
- 3.5.1
Références JPATH_ROOT.
◆ clearRadCache()
Clears the RAD layer's table cache.
The cache vastly improves performance but needs to be cleared every time you update the database schema.
- Renvoie
- void
- Depuis
- 3.2
Références jimport(), et JPATH_ROOT.
◆ clearStatsCache()
◆ convertTablesToUtf8mb4()
convertTablesToUtf8mb4 |
( |
|
$doDbFixMsg = false | ) |
|
Converts the site's database tables to support UTF-8 Multibyte.
- Paramètres
-
boolean | $doDbFixMsg | Flag if message to be shown to check db fix |
- Renvoie
- void
- Depuis
- 3.5
Références $db, et JPATH_ROOT.
◆ deleteUnexistingFiles()
deleteUnexistingFiles |
( |
| ) |
|
◆ fixFilenameCasing()
Renames or removes incorrectly cased files.
- Renvoie
- void
- Depuis
- 3.9.25
Références $files, et JPATH_ROOT.
◆ flushSessions()
If we migrated the session from the previous system, flush all the active sessions. Otherwise users will be logged in, but not able to do anything since they don't have a valid session
- Renvoie
- boolean
The session may have not been started yet (e.g. CLI-based Joomla! update scripts). Let's make sure we do have a valid session.
Restarting the Session require a new login for the current user so lets check if we have an active session and only restart it if not. For B/C reasons we need to use getState as isActive is not available in 2.5
Références $db, et $query.
◆ postflight()
postflight |
( |
|
$action, |
|
|
|
$installer |
|
) |
| |
Called after any type of action
- Paramètres
-
string | $action | Which action is happening (install|uninstall|discover_install|update) |
JInstaller | $installer | The class calling this method |
- Renvoie
- boolean True on success
- Depuis
- 3.7.0
Références $action, $data, $db, et $query.
◆ preflight()
preflight |
( |
|
$action, |
|
|
|
$installer |
|
) |
| |
Function to act prior to installation process begins
- Paramètres
-
string | $action | Which action is happening (install|uninstall|discover_install|update) |
JInstaller | $installer | The class calling this method |
- Renvoie
- boolean True on success
- Depuis
- 3.7.0
Références $action.
◆ removeJedUpdateserver()
removeJedUpdateserver |
( |
| ) |
|
|
protected |
Remove the never used JED Updateserver
- Renvoie
- void
- Depuis
- 3.7.0
Références $db, et $id.
◆ uninstallEosPlugin()
Uninstall the 2.5 EOS plugin
- Renvoie
- void
Références $db, et $id.
◆ update()
Method to update Joomla!
- Paramètres
-
JInstaller | $installer | The class calling this method |
- Renvoie
- void
Références $options.
◆ updateDatabase()
Method to update Database
- Renvoie
- void
◆ updateDatabaseMysql()
Method to update MySQL Database
- Renvoie
- void
Références $db, et $results.
◆ updateManifestCaches()
◆ $fromVersion
La documentation de cette classe a été générée à partir du fichier suivant :