API17:JParameter::renderToArray
From Joomla! Documentation
JParameter::renderToArray
Description
Render all parameters to an array.
public function renderToArray (
$name= 'params'
$group= '_default'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | 'params' | An optional name of the HTML form control. The default is 'params' if not supplied. |
| $group | string | '_default' | An optional group to render. The default group is used if not supplied. |
See also
JParameter::renderToArray source code on BitBucket
Class JParameter
Subpackage Html- Other versions of JParameter::renderToArray
User contributed notes
Code Examples