JSimpleXMLElement::map/1.5
From Joomla! Documentation
JSimpleXMLElement::map
Description
traverses the tree calling the $callback( $this, mixed $args=array() ) function with each .
Description:JSimpleXMLElement::map [Edit Descripton]
public function map ( $callback $args=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $callback | string | function name | |
| $args | array | array() |
- Returns
- Defined on line 606 of libraries/joomla/utilities/simplexml.php
See also
-
JSimpleXMLElement::map on api.joomla.org
-
JSimpleXMLElement source code on JoomlaCode
-
Class JSimpleXMLElement
-
Subpackage Utilities
- Other versions of JSimpleXMLElement::map
SeeAlso:JSimpleXMLElement::map [Edit See Also]
User contributed notes
<CodeExamplesForm />