API17

API17:JSimpleXMLElement:: construct

From Joomla! Documentation

Joomla 11.1 JSimpleXMLElement::__construct

Description

Constructor, sets up all the default values.


public function __construct (
        $name
        $attrs=array
        $level=0
)
Parameter Type Default Description
$name string
$attrs array array()
$level int 0 $parents
  • Returns
  • Defined on line 393 of libraries/joomla/utilities/simplexml.php

See also


User contributed notes

Code Examples