API17

API17:JParameter::renderToArray

From Joomla! Documentation

Joomla 11.1 JParameter::renderToArray

Description

Render all parameters to an array.


public function renderToArray (
        $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
  • Defined on line 194 of libraries/joomla/html/parameter.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples