API17:JParameter::getParams
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JParameter::getParams
Description
Render all parameters.
Description:JParameter::getParams [Edit Descripton]
Since
Synopsis
public JParameter::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 in
libraries/joomla/html/parameter.php (line 246)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
