API17

Difference between revisions of "JParameter::renderToArray"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (→‎See also: moving preparation)
Line 37: Line 37:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JParameter::renderToArray source code''' on [[jplatform:html/parameter.php#cl-186|BitBucket]]
 
* {{JVer|11.1}} '''JParameter::renderToArray source code''' on [[jplatform:html/parameter.php#cl-186|BitBucket]]
* {{JVer|11.1}} Class [[JParameter/11.1|JParameter]]
+
* {{JVer|11.1}} Class [[API17:JParameter|JParameter]]
* {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[JParameter::renderToArray|Other versions of JParameter::renderToArray]]
+
* [[API17:JParameter::renderToArray|Other versions of JParameter::renderToArray]]
 
{{SeeAlso:JParameter::renderToArray}}
 
{{SeeAlso:JParameter::renderToArray}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:19, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JParameter::renderToArray[edit]

Description[edit]

Render all parameters to an array.

Template:Description:JParameter::renderToArray [Edit Descripton]

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[edit]

Template:SeeAlso:JParameter::renderToArray [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />