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 JUpdaterExtension
+ Graphe d'héritage de JUpdaterExtension:
+ Graphe de collaboration de JUpdaterExtension:

Liste de tous les membres

Fonctions membres publiques

 findUpdate ($options)

Fonctions membres protégées

 _startElement ($parser, $name, $attrs=array())
 _endElement ($parser, $name)
 _characterData ($parser, $data)
- Fonctions membres protégées inherited from JUpdateAdapter
 _getStackLocation ()
 _getLastTag ()

Additional Inherited Members

- Attributs protégés inherited from JUpdateAdapter
 $xml_parser
 $_stack = array('base')
 $_update_site_id = 0
 $_updatecols = array('NAME', 'ELEMENT', 'TYPE', 'FOLDER', 'CLIENT', 'VERSION', 'DESCRIPTION', 'INFOURL')
- Attributs protégés inherited from JAdapterInstance
 $parent = null
 $db = null
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

JUpdaterExtension::_characterData (   $parser,
  $data 
)
protected

Character Parser Function

Paramètres:
object$parserParser object.
object$dataThe data.
Renvoie:
void
Note:
This is public because its called externally.
Depuis:
11.1

Références $data, et $tag.

JUpdaterExtension::_endElement (   $parser,
  $name 
)
protected

Character Parser Function

Paramètres:
object$parserParser object.
object$nameThe name of the element.
Renvoie:
void
Depuis:
11.1

Références $name, $ver, JFactory\getApplication(), JFilterInput\getInstance(), et JText\sprintf().

+ Voici le graphe d'appel pour cette fonction :

JUpdaterExtension::_startElement (   $parser,
  $name,
  $attrs = array() 
)
protected

Start element parser callback.

Paramètres:
object$parserThe parser object.
string$nameThe name of the element.
array$attrsThe attributes of the element.
Renvoie:
void
Depuis:
11.1

Références $name, $tag, et JTable\getInstance().

+ Voici le graphe d'appel pour cette fonction :

JUpdaterExtension::findUpdate (   $options)

Finds an update.

Paramètres:
array$optionsUpdate options.
Renvoie:
array Array containing the array of update sites and array of updates
Depuis:
11.1

Références $app, $options, $query, $url, JLog\add(), JFactory\getApplication(), JApplicationHelper\getClientInfo(), JHttpFactory\getHttp(), null, parent, JText\sprintf(), et JLog\WARNING.

+ Voici le graphe d'appel pour cette fonction :


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