API17

JHtmlRules:: getUserGroups: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Bulk upload by Doxiki2
 
m preparing for archive only
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:




{{Description:JHtmlRules::_getUserGroups}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JHtmlRules::_getUserGroups|Edit Descripton]]<nowiki>]</nowiki>
</span>
===Synopsis===
<source lang="php">
<source lang="php">
protected static JHtmlRules::_getUserGroups ()
protected static function _getUserGroups ()
</source>
</source>
===Returns===
* '''Returns'''
* '''Defined''' on line 143 of libraries/joomla/html/html/rules.php
===See also===
* {{JVer|11.1}} '''JHtmlRules::_getUserGroups source code''' on [[jplatform:html/html/rules.php#cl-135|BitBucket]]
* {{JVer|11.1}} Class [[API17:JHtmlRules|JHtmlRules]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Html|Html]]
* [[API17:JHtmlRules::_getUserGroups|Other versions of JHtmlRules::_getUserGroups]]


===Defined in===
 
libraries/joomla/html/html/rules.php
===User contributed notes===
===Referenced by===
=== Code Examples ===
===See also===
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JHtmlRules::_getUserGroups|Edit See Also]]<nowiki>]</nowiki>
</span>
* [[JHtmlRules/11.1|JHtmlRules]]
* [[JHtmlRules::_getUserGroups|Other versions of this method]]
{{SeeAlso:JHtmlRules::_getUserGroups}}
===Examples===
<CodeExamplesForm />
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JHtmlRules::_getUserGroups
category=JHtmlRules::_getUserGroups
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
namespace=CodeExample
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JHtmlRules]][[Category:JHtmlRules::_getUserGroups]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 03:13, 25 March 2017

Joomla 11.1 JHtmlRules::_getUserGroups

Description

protected static function _getUserGroups ()
  • Returns
  • Defined on line 143 of libraries/joomla/html/html/rules.php

See also


User contributed notes

Code Examples