Extension class for updater
- Depuis
- 1.7.0
◆ _characterData()
_characterData |
( |
|
$parser, |
|
|
|
$data |
|
) |
| |
|
protected |
Character Parser Function
- Paramètres
-
object | $parser | Parser object. |
object | $data | The data. |
- Renvoie
- void
- Note
- This is public because its called externally.
- Depuis
- 1.7.0
Références $data.
◆ _endElement()
_endElement |
( |
|
$parser, |
|
|
|
$name |
|
) |
| |
|
protected |
◆ _startElement()
_startElement |
( |
|
$parser, |
|
|
|
$name, |
|
|
|
$attrs = array() |
|
) |
| |
|
protected |
Start element parser callback.
- Paramètres
-
object | $parser | The parser object. |
string | $name | The name of the element. |
array | $attrs | The attributes of the element. |
- Renvoie
- void
- Depuis
- 1.7.0
Références $name, et Table\getInstance().
◆ findUpdate()
◆ stabilityTagToInteger()
stabilityTagToInteger |
( |
|
$tag | ) |
|
|
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.
- Paramètres
-
string | $tag | The tag string, e.g. dev, alpha, beta, rc, stable |
- Renvoie
- integer
- Depuis
- 3.4
Références Updater\STABILITY_STABLE.
La documentation de cette classe a été générée à partir du fichier suivant :