Liste de tous les membres
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 |
JUpdateAdapter::$updatecols = array('NAME', 'ELEMENT', 'TYPE', 'FOLDER', 'CLIENT', 'VERSION', 'DESCRIPTION', 'INFOURL') |
|
protected |
JUpdateAdapter::$updateSiteId = 0 |
|
protected |
JUpdateAdapter::$xmlParser |
|
protected |
La documentation de cette classe a été générée à partir du fichier suivant :