Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe FOFUtilsUpdateJoomla
+ Graphe d'héritage de FOFUtilsUpdateJoomla:

Fonctions membres publiques

 getUpdateSourceFromCollection ($url, $jVersion=null)
 
 getVersionProperties ($jVersion, $currentVersion=null)
 
 filterApplicableUpdates ($updates, $jVersion=null)
 
 sanitiseVersion ($version)
 
 getUpdates ($sources=array(), $jVersion=null)
 

Attributs protégés statiques

static $lts_url = 'http://update.joomla.org/core/list.xml'
 
static $sts_url = 'http://update.joomla.org/core/sts/list_sts.xml'
 
static $test_url = 'http://update.joomla.org/core/test/list_test.xml'
 

Description détaillée

A helper class which provides update information for the Joomla! CMS itself. This is slightly different than the regular "extension" files as we need to know if a Joomla! version is STS, LTS, testing, current and so on.

Documentation des fonctions membres

◆ filterApplicableUpdates()

filterApplicableUpdates (   $updates,
  $jVersion = null 
)

Filters a list of updates, making sure they apply to the specified CMS release.

Paramètres
array$updatesA list of update records returned by the getUpdatesFromExtension method
string$jVersionThe current Joomla! version number
Renvoie
array A filtered list of updates. Each update record also includes version relevance information.

◆ getUpdates()

getUpdates (   $sources = array(),
  $jVersion = null 
)

Reloads the list of all updates available for the specified Joomla! version from the network.

Paramètres
array$sourcesThe enabled sources to look into
string$jVersionThe Joomla! version we are checking updates for
Renvoie
array A list of updates for the installed, current, lts and sts versions

Références $section, $url, $value, et elseif.

◆ getUpdateSourceFromCollection()

getUpdateSourceFromCollection (   $url,
  $jVersion = null 
)

Reads a "collection" XML update source and picks the correct source URL for the extension update source.

Paramètres
string$urlThe collection XML update source URL to read from
string$jVersionJoomla! version to fetch updates for, or null to use JVERSION
Renvoie
string The URL of the extension update source, or empty if no updates are provided / fetching failed

Références $url.

◆ getVersionProperties()

getVersionProperties (   $jVersion,
  $currentVersion = null 
)

Determines the properties of a version: STS/LTS, normal or testing

Paramètres
string$jVersionThe version number to check
string$currentVersionThe current Joomla! version number
Renvoie
array The properties analysis

Références elseif.

◆ sanitiseVersion()

sanitiseVersion (   $version)

Joomla! has a lousy track record in naming its alpha, beta and release candidate releases. The convention used seems to be "what the hell the current package maintainer thinks looks better". This method tries to figure out what was in the mind of the maintainer and translate the funky version number to an actual PHP-format version string.

Paramètres
string$versionThe whatever-format version number
Renvoie
string A standard formatted version number

Références $version, et elseif.

Documentation des champs

◆ $lts_url

$lts_url = 'http://update.joomla.org/core/list.xml'
staticprotected

◆ $sts_url

$sts_url = 'http://update.joomla.org/core/sts/list_sts.xml'
staticprotected

◆ $test_url

$test_url = 'http://update.joomla.org/core/test/list_test.xml'
staticprotected

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