API17

Difference between revisions of "JForm::getGroup"

From Joomla! Documentation

m (JoomlaWikiBot moved page JForm::getGroup/11.1 to API17:JForm::getGroup without leaving a redirect: Robot: Moved page)
m (→‎See also: moving preparation)
(One intermediate revision by the same user not shown)
Line 37: Line 37:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JForm::getGroup source code''' on [[jplatform:form/form.php#cl-464|BitBucket]]
 
* {{JVer|11.1}} '''JForm::getGroup source code''' on [[jplatform:form/form.php#cl-464|BitBucket]]
* {{JVer|11.1}} Class [[JForm/11.1|JForm]]
+
* {{JVer|11.1}} Class [[API17:JForm|JForm]]
* {{JVer|11.1}} Subpackage [[Subpackage_Form/11.1|Form]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Form|Form]]
* [[JForm::getGroup|Other versions of JForm::getGroup]]
+
* [[API17:JForm::getGroup|Other versions of JForm::getGroup]]
 
{{SeeAlso:JForm::getGroup}}
 
{{SeeAlso:JForm::getGroup}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 55: Line 55:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JForm]][[Category:JForm::getGroup]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 20:43, 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 JForm::getGroup[edit]

Description[edit]

Method to get an array of objects in a given field group by name.

Template:Description:JForm::getGroup [Edit Descripton]

public function getGroup (
        $group
        $nested=false
)
Parameter Type Default Description
$group string The dot-separated form group path for which to get the form fields.
$nested boolean false True to also include fields in nested groups that are inside of the group for which to find fields.
  • Returns array The array of objects in the field group.
  • Defined on line 472 of libraries/joomla/form/form.php
  • Since Joomla 11.1

See also[edit]

Template:SeeAlso:JForm::getGroup [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />