API17:JUpdate:: startElement
From Joomla! Documentation
JUpdate::_startElement
Description
XML Start Element callback Note: This is public because it is called externally.
public function _startElement (
$parser
$name
$attrs=Array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $parser | object | parser object | |
| $name | string | name of the tag found | |
| $attrs | array | Array() | attributes of the tag |
- Returns
- Defined on line 70 of libraries/joomla/updater/update.php
See also
JUpdate::_startElement source code on BitBucket
Class JUpdate
Subpackage Updater- Other versions of JUpdate::_startElement
User contributed notes
Code Examples