JParameter::renderToArray/1.5
From Joomla! Documentation
JParameter::renderToArray
Description
Render all parameters to an array.
Description:JParameter::renderToArray [Edit Descripton]
public function renderToArray ( $name= 'params' $group= '_default' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | 'params' | The name of the control, or the default text area if a setup file is not found |
| $group | '_default' |
- Returns array Array of all parameters, each as array Any array of the label, the form element and the tooltip
- Defined on line 236 of libraries/joomla/html/parameter.php
- Since
See also
-
JParameter::renderToArray on api.joomla.org
-
JParameter source code on JoomlaCode
-
Class JParameter
-
Subpackage Html
- Other versions of JParameter::renderToArray
SeeAlso:JParameter::renderToArray [Edit See Also]
User contributed notes
<CodeExamplesForm />