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

Liste de tous les membres

Fonctions membres publiques

 _startElement ($parser, $name, $attrs=array())
 _endElement ($parser, $name)
 _characterData ($parser, $data)
 loadFromXML ($url)
- Fonctions membres publiques inherited from JObject
 __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)
 toString ()

Fonctions membres protégées

 _getStackLocation ()
 _getLastTag ()

Attributs protégés

 $name
 $description
 $element
 $type
 $version
 $infourl
 $client
 $group
 $downloads
 $tags
 $maintainer
 $maintainerurl
 $category
 $relationships
 $targetplatform
 $_xml_parser
 $_stack = array('base')
 $_state_store = array()
- Attributs protégés inherited from JObject
 $_errors = array()

Documentation des fonctions membres

JUpdate::_characterData (   $parser,
  $data 
)

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.

JUpdate::_endElement (   $parser,
  $name 
)

Callback for closing the element

Paramètres:
object$parserParser object
string$nameName of element that was closed
Renvoie:
void
Note:
This is public because it is called externally
Depuis:
11.1

Références $key, $name, $ver, elseif, et JFilterInput\getInstance().

+ Voici le graphe d'appel pour cette fonction :

JUpdate::_getLastTag ( )
protected

Get the last position in stack count

Renvoie:
string
Depuis:
11.1
JUpdate::_getStackLocation ( )
protected

Gets the reference to the current direct parent

Renvoie:
object
Depuis:
11.1
JUpdate::_startElement (   $parser,
  $name,
  $attrs = array() 
)

XML Start Element callback

Paramètres:
object$parserParser object
string$nameName of the tag found
array$attrsAttributes of the tag
Renvoie:
void
Note:
This is public because it is called externally
Depuis:
11.1

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

JUpdate::loadFromXML (   $url)

Loads an XML file from a URL.

Paramètres:
string$urlThe URL.
Renvoie:
boolean True on success
Depuis:
11.1

Références $url, JHttpFactory\getHttp(), null, JError\raiseWarning(), et JText\sprintf().

Référencé par InstallerModelLanguages\_getPackageUrl(), et JoomlaupdateModelDefault\getUpdateInformation().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :


Documentation des données membres

JUpdate::$_stack = array('base')
protected
JUpdate::$_state_store = array()
protected
JUpdate::$_xml_parser
protected
JUpdate::$category
protected
JUpdate::$client
protected
JUpdate::$description
protected
JUpdate::$downloads
protected
JUpdate::$element
protected
JUpdate::$group
protected
JUpdate::$infourl
protected
JUpdate::$maintainer
protected
JUpdate::$maintainerurl
protected
JUpdate::$name
protected
JUpdate::$relationships
protected
JUpdate::$tags
protected
JUpdate::$targetplatform
protected
JUpdate::$type
protected
JUpdate::$version
protected

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