API17

Difference between revisions of "JHtmlRules:: getUserGroups"

From Joomla! Documentation

(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 22:13, 24 March 2017

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 JHtmlRules::_getUserGroups[edit]

Description[edit]

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

See also[edit]


User contributed notes[edit]

Code Examples[edit]