API17:JSimpleXML:: endElement
From Joomla! Documentation
JSimpleXML::_endElement
Description
Handler function for the end of a tag.
protected function _endElement (
$parser
$name
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $parser | resource | ||
| $name | string |
- Returns
- Defined on line 306 of libraries/joomla/utilities/simplexml.php
See also
JSimpleXML::_endElement source code on BitBucket
Class JSimpleXML
Subpackage Utilities- Other versions of JSimpleXML::_endElement
User contributed notes
Code Examples