API17:JUpdaterCollection:: startElement
From Joomla! Documentation
JUpdaterCollection::_startElement
Description
Opening an XML element.
public function _startElement (
$parser
$name
$attrs=Array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $parser | object | parser object | |
| $name | string | name of element that is opened | |
| $attrs | array | Array() | array of attributes for the element |
- Returns
- Defined on line 68 of libraries/joomla/updater/adapters/collection.php
See also
JUpdaterCollection::_startElement source code on BitBucket
Class JUpdaterCollection
Subpackage Updater- Other versions of JUpdaterCollection::_startElement
User contributed notes
Code Examples