API16

JElementUserGroup: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JElementUserGroup}}
===Defined in===
===Defined in===
libraries/joomla/html/parameter/element/usergroup.php
libraries/joomla/html/parameter/element/usergroup.php
Line 17: Line 15:




{{subst:SeeAlso:JElementUserGroup}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JElementUserGroup
  category=JElementUserGroup
  category=CodeExample
  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