API17:JParameter::getParam
From Joomla! Documentation
JParameter::getParam
Description
Render a parameter type.
public function getParam (
&$node
$control_name= 'params'
$group= '_default'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$node | object | A parameter XML element. | |
| $control_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 Any array of the label, the form element and the tooltip.
- Defined on line 275 of libraries/joomla/html/parameter.php
- Since

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