Joomla Platform  13.1
Documentation des API du framework Joomla Platform
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe JUpdateAdapter
+ Graphe d'héritage de JUpdateAdapter:
+ Graphe de collaboration de JUpdateAdapter:

Liste de tous les membres

Fonctions membres protégées

 _getStackLocation ()
 _getLastTag ()

Attributs protégés

 $xmlParser
 $stack = array('base')
 $updateSiteId = 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()

Additional Inherited Members

- Fonctions membres publiques inherited from JAdapterInstance
 __construct (JAdapter $parent, JDatabaseDriver $db, array $options=array())
 getParent ()
- 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)

Description détaillée

Définition à la ligne 21 du fichier updateadapter.php.


Documentation des fonctions membres

JUpdateAdapter::_getLastTag ( )
protected

Gets the reference to the last tag

Renvoie:
object
Depuis:
11.1

Définition à la ligne 74 du fichier updateadapter.php.

{
return $this->stack[count($this->stack) - 1];
}
JUpdateAdapter::_getStackLocation ( )
protected

Gets the reference to the current direct parent

Renvoie:
object
Depuis:
11.1

Réimplémentée dans JUpdaterCollection.

Définition à la ligne 62 du fichier updateadapter.php.

{
return implode('->', $this->stack);
}

Documentation des données membres

JUpdateAdapter::$stack = array('base')
protected

Définition à la ligne 37 du fichier updateadapter.php.

JUpdateAdapter::$updatecols = array('NAME', 'ELEMENT', 'TYPE', 'FOLDER', 'CLIENT', 'VERSION', 'DESCRIPTION', 'INFOURL')
protected

Définition à la ligne 53 du fichier updateadapter.php.

JUpdateAdapter::$updateSiteId = 0
protected

Définition à la ligne 45 du fichier updateadapter.php.

JUpdateAdapter::$xmlParser
protected

Définition à la ligne 29 du fichier updateadapter.php.


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