API17

API17:JSimpleXMLElement::map

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples