API17:JParameter:: construct
From Joomla! Documentation
JParameter::__construct
Description
Constructor.
public function __construct (
$data= ''
$path= ''
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | The raw parms text. | |
| $path | string | Path to the xml setup file. |
See also
JParameter::__construct source code on BitBucket
Class JParameter
Subpackage Html- Other versions of JParameter::__construct
User contributed notes
Code Examples