API17:JParameter::getParams
From Joomla! Documentation
JParameter::getParams
Description
Render all parameters.
public function getParams (
$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. |
- Returns array An array of all parameters, each as array of the label, the form element and the tooltip.
- Defined on line 252 of libraries/joomla/html/parameter.php
- Since

See also
JParameter::getParams source code on BitBucket
Class JParameter
Subpackage Html- Other versions of JParameter::getParams
User contributed notes
Code Examples