Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JoomlaupdateModelDefault
+ Graphe d'héritage de JoomlaupdateModelDefault:
+ Graphe de collaboration de JoomlaupdateModelDefault:

Liste de tous les membres

Fonctions membres publiques

 applyUpdateSite ()
 refreshUpdates ($force=false)
 getUpdateInformation ()
 getFTPOptions ()
 download ()
 createRestorationFile ($basename=null)
 finaliseUpgrade ()
 cleanUp ()

Fonctions membres protégées

 downloadPackage ($url, $target)

Additional Inherited Members

- Fonctions membres publiques statiques inherited from JModelLegacy
static addIncludePath ($path= '', $prefix= '')
- Fonctions membres publiques statiques inherited from JModel
static addTablePath ($path)
static getInstance ($type, $prefix= '', $config=array())

Documentation des fonctions membres

JoomlaupdateModelDefault::applyUpdateSite ( )

Detects if the Joomla! update site currently in use matches the one configured in this component. If they don't match, it changes it.

Renvoie:
void
Depuis:
2.5.4

Références $db, $params, $query, et JComponentHelper\getParams().

+ Voici le graphe d'appel pour cette fonction :

JoomlaupdateModelDefault::cleanUp ( )

Removes the extracted package file

Renvoie:
void
Depuis:
2.5.4

Références $file, $target, JFile\delete(), JFactory\getApplication(), JFactory\getConfig(), jimport(), JPATH_ROOT, et null.

+ Voici le graphe d'appel pour cette fonction :

JoomlaupdateModelDefault::download ( )

Downloads the update package to the site

Renvoie:
bool|string False on failure, basename of the file in any other case
Depuis:
2.5.4

Références $target, JFile\exists(), JFactory\getConfig(), et jimport().

+ Voici le graphe d'appel pour cette fonction :

JoomlaupdateModelDefault::downloadPackage (   $url,
  $target 
)
protected

Downloads a package file to a specific directory

Paramètres:
string$urlThe URL to download from
string$targetThe directory to store the file
Renvoie:
boolean True on success
Depuis:
2.5.4

Références $target, $url, AdmintoolsHelperDownload\download(), et JLoader\import().

+ Voici le graphe d'appel pour cette fonction :

JoomlaupdateModelDefault::finaliseUpgrade ( )

Runs the schema update SQL files, the PHP update script and updates the manifest cache and #__extensions entry. Essentially, it is identical to JInstallerFile::install() without the file copy.

Renvoie:
boolean True on success
Depuis:
2.5.4

Références $db, $id, $query, $row, JText\_(), JPath\clean(), JFactory\getDbo(), JInstaller\getInstance(), JTable\getInstance(), if, jimport(), JPATH_MANIFESTS, JPATH_ROOT, et JText\sprintf().

+ Voici le graphe d'appel pour cette fonction :

JoomlaupdateModelDefault::getFTPOptions ( )

Returns an array with the configured FTP options

Renvoie:
array
Depuis:
2.5.4

Références $config, et JFactory\getConfig().

+ Voici le graphe d'appel pour cette fonction :

JoomlaupdateModelDefault::getUpdateInformation ( )

Returns an array with the Joomla! update information

Renvoie:
array
Depuis:
2.5.4

Références $db, $query, jimport(), JUpdate\loadFromXML(), et null.

+ Voici le graphe d'appel pour cette fonction :

JoomlaupdateModelDefault::refreshUpdates (   $force = false)

Makes sure that the Joomla! update cache is up-to-date

Paramètres:
bool$forceForce reload, ignoring the cache timeout
Renvoie:
void
Depuis:
2.5.4

Références JUpdater\getInstance(), et JComponentHelper\getParams().

+ Voici le graphe d'appel pour cette fonction :


La documentation de cette classe a été générée à partir du fichier suivant :