API17:JSimpleXMLElement::map
From Joomla! Documentation
JSimpleXMLElement::map
Description
Traverses the tree calling the $callback( $this, mixed $args=array()) function with each .
public function map (
$callback
$args=array
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $callback | string | function name | |
| $args | array | array() |
- Returns
- Defined on line 588 of libraries/joomla/utilities/simplexml.php
See also
JSimpleXMLElement::map source code on BitBucket
Class JSimpleXMLElement
Subpackage Utilities- Other versions of JSimpleXMLElement::map
User contributed notes
Code Examples