Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
_startElement ($parser, $name, $attrs=array()) | |
findUpdate ($options) |
Fonctions membres protégées | |
_getStackLocation () | |
_getParent () | |
_endElement ($parser, $name) | |
Fonctions membres protégées inherited from JUpdateAdapter | |
_getLastTag () |
Attributs protégés | |
$base | |
$parent = array(0) | |
$pop_parent = 0 | |
$update_sites | |
$updates | |
Attributs protégés inherited from JUpdateAdapter | |
$xmlParser | |
$stack = array('base') | |
$updateSiteId = 0 | |
$updatecols = array('NAME', 'ELEMENT', 'TYPE', 'FOLDER', 'CLIENT', 'VERSION', 'DESCRIPTION', 'INFOURL') | |
Attributs protégés inherited from JAdapterInstance | |
$db = null | |
Attributs protégés inherited from JObject | |
$_errors = array() |
Définition à la ligne 21 du fichier collection.php.
|
protected |
Closing an XML element Note: This is a protected function though has to be exposed externally as a callback
object | $parser | Parser object |
string | $name | Name of the element closing |
Définition à la ligne 190 du fichier collection.php.
|
protected |
Get the parent tag
Définition à la ligne 78 du fichier collection.php.
|
protected |
Gets the reference to the current direct parent
Réimplémentée à partir de JUpdateAdapter.
Définition à la ligne 66 du fichier collection.php.
JUpdaterCollection::_startElement | ( | $parser, | |
$name, | |||
$attrs = array() |
|||
) |
Opening an XML element
object | $parser | Parser object |
string | $name | Name of element that is opened |
array | $attrs | Array of attributes for the element |
Définition à la ligne 94 du fichier collection.php.
Références JFilterInput\getInstance(), et JTable\getInstance().
JUpdaterCollection::findUpdate | ( | $options | ) |
Finds an update
array | $options | Options to use: update_site_id: the unique ID of the update site to look at |
Définition à la ligne 216 du fichier collection.php.
Références JLog\add(), JFactory\getApplication(), JHttpFactory\getHttp(), JText\sprintf(), et JLog\WARNING.
|
protected |
Définition à la ligne 29 du fichier collection.php.
|
protected |
Réimplémentée à partir de JAdapterInstance.
Définition à la ligne 37 du fichier collection.php.
|
protected |
Définition à la ligne 45 du fichier collection.php.
|
protected |
Définition à la ligne 50 du fichier collection.php.
|
protected |
Définition à la ligne 57 du fichier collection.php.