Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
findUpdate ($options) | |
Fonctions membres publiques hérités de UpdateAdapter | |
findUpdate ($options) | |
Fonctions membres publiques hérités de AdapterInstance | |
__construct (Adapter $parent, DatabaseDriver $db, array $options=array()) | |
getParent () | |
Fonctions membres publiques hérités de CMSObject | |
__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) | |
Fonctions membres protégées | |
_startElement ($parser, $name, $attrs=array()) | |
_endElement ($parser, $name) | |
_characterData ($parser, $data) | |
stabilityTagToInteger ($tag) | |
Fonctions membres protégées hérités de UpdateAdapter | |
_getStackLocation () | |
_getLastTag () | |
toggleUpdateSite ($updateSiteId, $enabled=true) | |
getUpdateSiteName ($updateSiteId) | |
getUpdateSiteResponse ($options=array()) | |
Membres hérités additionnels | |
Attributs protégés hérités de UpdateAdapter | |
$xmlParser | |
$stack = array('base') | |
$updateSiteId = 0 | |
$updatecols = array('NAME', 'ELEMENT', 'TYPE', 'FOLDER', 'CLIENT', 'VERSION', 'DESCRIPTION', 'INFOURL', 'CHANGELOGURL', 'EXTRA_QUERY') | |
$appendExtension = false | |
$updateSiteName = '' | |
$_url = '' | |
$minimum_stability = Updater::STABILITY_STABLE | |
Attributs protégés hérités de AdapterInstance | |
$parent = null | |
$db = null | |
Attributs protégés hérités de CMSObject | |
$_errors = array() | |
Extension class for updater
|
protected |
Character Parser Function
object | $parser | Parser object. |
object | $data | The data. |
Références $data.
|
protected |
Character Parser Function
object | $parser | Parser object. |
object | $name | The name of the element. |
Références $db, $name, $this, Text\_(), Factory\getApplication(), Factory\getDbo(), InputFilter\getInstance(), Version\PRODUCT, et Text\sprintf().
|
protected |
Start element parser callback.
object | $parser | The parser object. |
string | $name | The name of the element. |
array | $attrs | The attributes of the element. |
Références $name, et Table\getInstance().
findUpdate | ( | $options | ) |
Finds an update.
array | $options | Update options. |
Références $app, $options, $this, Factory\getApplication(), ApplicationHelper\getClientInfo(), et Text\sprintf().
|
protected |
Converts a tag to numeric stability representation. If the tag doesn't represent a known stability level (one of dev, alpha, beta, rc, stable) it is ignored.
string | $tag | The tag string, e.g. dev, alpha, beta, rc, stable |
Références Updater\STABILITY_STABLE.