API17

API17:JParameter::getParams

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples