Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe CollectionAdapter
+ Graphe d'héritage de CollectionAdapter:

Fonctions membres publiques

 _startElement ($parser, $name, $attrs=array())
 
 findUpdate ($options)
 
- Fonctions membres publiques hérités de UpdateAdapter
 findUpdate ($options)
 
- Fonctions membres publiques hérités de AdapterInstance
 __construct (Adapter $parent, DatabaseDriver $db, array $options=array())
 
 getParent ()
 
- Fonctions membres publiques hérités de CMSObject
 __construct ($properties=null)
 
 __toString ()
 
 def ($property, $default=null)
 
 get ($property, $default=null)
 
 getProperties ($public=true)
 
 getError ($i=null, $toString=true)
 
 getErrors ()
 
 set ($property, $value=null)
 
 setProperties ($properties)
 
 setError ($error)
 

Fonctions membres protégées

 _getStackLocation ()
 
 _getParent ()
 
 _endElement ($parser, $name)
 
- Fonctions membres protégées hérités de UpdateAdapter
 _getStackLocation ()
 
 _getLastTag ()
 
 toggleUpdateSite ($updateSiteId, $enabled=true)
 
 getUpdateSiteName ($updateSiteId)
 
 getUpdateSiteResponse ($options=array())
 

Attributs protégés

 $base
 
 $parent = array(0)
 
 $pop_parent = 0
 
 $update_sites = array()
 
 $updates = array()
 
- Attributs protégés hérités de UpdateAdapter
 $xmlParser
 
 $stack = array('base')
 
 $updateSiteId = 0
 
 $updatecols = array('NAME', 'ELEMENT', 'TYPE', 'FOLDER', 'CLIENT', 'VERSION', 'DESCRIPTION', 'INFOURL', 'CHANGELOGURL', 'EXTRA_QUERY')
 
 $appendExtension = false
 
 $updateSiteName = ''
 
 $_url = ''
 
 $minimum_stability = Updater::STABILITY_STABLE
 
- Attributs protégés hérités de AdapterInstance
 $parent = null
 
 $db = null
 
- Attributs protégés hérités de CMSObject
 $_errors = array()
 

Description détaillée

Collection Update Adapter Class

Depuis
1.7.0

Documentation des fonctions membres

◆ _endElement()

_endElement (   $parser,
  $name 
)
protected

Closing an XML element Note: This is a protected function though has to be exposed externally as a callback

Paramètres
object$parserParser object
string$nameName of the element closing
Renvoie
void
Depuis
1.7.0

Références $name, et parent.

◆ _getParent()

_getParent ( )
protected

Get the parent tag

Renvoie
string parent
Depuis
1.7.0

Références parent.

◆ _getStackLocation()

_getStackLocation ( )
protected

Gets the reference to the current direct parent

Renvoie
string
Depuis
1.7.0

◆ _startElement()

_startElement (   $parser,
  $name,
  $attrs = array() 
)

Opening an XML element

Paramètres
object$parserParser object
string$nameName of element that is opened
array$attrsArray of attributes for the element
Renvoie
void
Depuis
1.7.0

Références $attr, $client, $key, $name, ApplicationHelper\getClientInfo(), InputFilter\getInstance(), et Table\getInstance().

◆ findUpdate()

findUpdate (   $options)

Finds an update

Paramètres
array$optionsOptions to use: update_site_id: the unique ID of the update site to look at
Renvoie
array|boolean Update_sites and updates discovered. False on failure
Depuis
1.7.0

Références $app, $options, $this, Factory\getApplication(), et Text\sprintf().

Documentation des champs

◆ $base

$base
protected

◆ $parent

$parent = array(0)
protected

◆ $pop_parent

$pop_parent = 0
protected

◆ $update_sites

$update_sites = array()
protected

◆ $updates

$updates = array()
protected

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