Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe Changelog
+ Graphe d'héritage de Changelog:

Fonctions membres publiques

 setVersion (string $version)
 
 startElement ($parser, $name, $attrs=array())
 
 endElement ($parser, $name)
 
 characterData ($parser, $data)
 
 loadFromXml ($url)
 
- 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

 getStackLocation ()
 
 getLastTag ()
 

Attributs protégés

 $element
 
 $type
 
 $version
 
 $security = array()
 
 $fix = array()
 
 $language = array()
 
 $addition = array()
 
 $change = array()
 
 $remove = array()
 
 $note = array()
 
 $xmlParser
 
 $stack = array('base')
 
 $currentChangelog
 
 $latest
 
- Attributs protégés hérités de CMSObject
 $_errors = array()
 

Attributs privés

 $items = array()
 
 $matchVersion = ''
 

Description détaillée

Changelog class.

Depuis
4.0.0

Documentation des fonctions membres

◆ characterData()

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
1.7.0

Références $data, et items.

◆ endElement()

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
1.7.0

Références $items, $key, $name, $this, $val, elseif, et items.

◆ getLastTag()

getLastTag ( )
protected

Get the last position in stack count

Renvoie
string
Depuis
4.0.0

◆ getStackLocation()

getStackLocation ( )
protected

Gets the reference to the current direct parent

Renvoie
string
Depuis
4.0.0

◆ loadFromXml()

loadFromXml (   $url)

Loads an XML file from a URL.

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

Références $this, $url, $version, Log\add(), HttpFactory\getHttp(), null, Text\sprintf(), et Log\WARNING.

◆ setVersion()

setVersion ( string  $version)

Set the version to match.

Paramètres
string$versionThe version to match
Renvoie
void
Depuis
4.0.0

Références $version.

◆ startElement()

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
1.7.0

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

Documentation des champs

◆ $addition

$addition = array()
protected

◆ $change

$change = array()
protected

◆ $currentChangelog

$currentChangelog
protected

◆ $element

$element
protected

◆ $fix

$fix = array()
protected

◆ $items

$items = array()
private

◆ $language

$language = array()
protected

◆ $latest

$latest
protected

◆ $matchVersion

$matchVersion = ''
private

◆ $note

$note = array()
protected

◆ $remove

$remove = array()
protected

◆ $security

$security = array()
protected

◆ $stack

$stack = array('base')
protected

◆ $type

$type
protected

◆ $version

$version
protected

◆ $xmlParser

$xmlParser
protected

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