JElementUserGroup: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
Line 1: | Line 1: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/html/parameter/element/usergroup.php | libraries/joomla/html/parameter/element/usergroup.php | ||
Line 17: | Line 15: | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JElementUserGroup | category=JElementUserGroup | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> |
Latest revision as of 01:36, 25 March 2017
Defined in
libraries/joomla/html/parameter/element/usergroup.php
Methods
Method name | Description |
---|---|
fetchElement |
Importing
jimport( 'joomla.html.parameter.element.usergroup' );
Examples
Code Examples