API17:JFormFieldUser::getGroups
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | protected | + | protected JFormFieldUser::getGroups () |
</source> | </source> | ||
===Returns=== | ===Returns=== | ||
array|null array of filtering groups or null. | array|null array of filtering groups or null. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/form/fields/user.php | + | libraries/joomla/form/fields/user.php (line 110) |
| + | * see source code in [[jplatform:form/fields/user.php#cl-110|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:38, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JFormFieldUser::getGroups
Description
Method to get the filtering groups (null means no filtering).
Description:JFormFieldUser::getGroups [Edit Descripton]
Since
Synopsis
protected JFormFieldUser::getGroups ()
Returns
array|null array of filtering groups or null.
Defined in
libraries/joomla/form/fields/user.php (line 110)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JFormFieldUser::getGroups
Examples
<CodeExamplesForm />
