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 FOFUtilsUpdateCollection

Fonctions membres publiques

 getCategories ($url, $jVersion=null)
 
 getCategoryUpdateSource ($url, $category, $jVersion=null)
 
 getExtensions ($url, $type=null, $jVersion=null)
 
 getExtensionUpdateSource ($url, $type, $element, $jVersion=null)
 

Fonctions membres privées

 filterListByPlatform ($updates, $jVersion=null)
 

Description détaillée

A helper class to read and parse "collection" update XML files over the web

Documentation des fonctions membres

◆ filterListByPlatform()

filterListByPlatform (   $updates,
  $jVersion = null 
)
private

Filters a list of updates, returning only those available for the specified platform version $jVersion

Paramètres
array$updatesAn array containing update definitions (categories or extensions)
string$jVersionJoomla! version to fetch updates for, or null to use JVERSION
Renvoie
array|null The update definition that is compatible, or null if none is compatible

Références elseif, et null.

◆ getCategories()

getCategories (   $url,
  $jVersion = null 
)

Returns only the category definitions of a collection

Paramètres
string$urlThe URL of the collection update source
string$jVersionJoomla! version to fetch updates for, or null to use JVERSION
Renvoie
array An array of category update definitions

Références $url.

◆ getCategoryUpdateSource()

getCategoryUpdateSource (   $url,
  $category,
  $jVersion = null 
)

Returns the update source for a specific category

Paramètres
string$urlThe URL of the collection update source
string$categoryThe category name you want to get the update source URL of
string$jVersionJoomla! version to fetch updates for, or null to use JVERSION
Renvoie
string|null The update stream URL, or null if it's not found

Références $category, $url, et null.

◆ getExtensions()

getExtensions (   $url,
  $type = null,
  $jVersion = null 
)

Get a list of updates for extensions only, optionally of a specific type

Paramètres
string$urlThe URL of the collection update source
string$typeThe extension type you want to get the update source URL of, empty to get all extension types
string$jVersionJoomla! version to fetch updates for, or null to use JVERSION
Renvoie
array|null An array of extension update definitions or null if none is found

Références $type, $url, elseif, et null.

◆ getExtensionUpdateSource()

getExtensionUpdateSource (   $url,
  $type,
  $element,
  $jVersion = null 
)

Get the update source URL for a specific extension, based on the type and element, e.g. type=file and element=joomla is Joomla! itself.

Paramètres
string$urlThe URL of the collection update source
string$typeThe extension type you want to get the update source URL of
string$elementThe extension element you want to get the update source URL of
string$jVersionJoomla! version to fetch updates for, or null to use JVERSION
Renvoie
string|null The update source URL or null if the extension is not found

Références $type, $url, elseif, et null.


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