API17:JSimpleXMLElement:: construct
From Joomla! Documentation
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
JSimpleXMLElement::__construct source code on BitBucket
Class JSimpleXMLElement
Subpackage Utilities- Other versions of JSimpleXMLElement::__construct
User contributed notes
Code Examples