JHtmlRules: Difference between revisions
From Joomla! Documentation
m clean up |
m preparing for archive only |
||
| Line 2: | Line 2: | ||
=={{JVer|11.1}} JHtmlRules== | =={{JVer|11.1}} JHtmlRules== | ||
===Description=== | ===Description=== | ||
===Methods=== | ===Methods=== | ||
| Line 35: | Line 35: | ||
* {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]] | * {{JVer|11.1}} Subpackage [[API17:Subpackage Html|Html]] | ||
* [[API17:JHtmlRules|Other versions of JHtmlRules]] | * [[API17:JHtmlRules|Other versions of JHtmlRules]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JHtmlRules | category=JHtmlRules | ||
namespace=CodeExample | |||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
Latest revision as of 03:13, 25 March 2017
JHtmlRules
Description
Methods
| Visibility | Method name | Description |
|---|---|---|
| public static | assetFormWidget | Displays a list of the available access sections. |
| protected static | _getImagesArray | |
| protected static | _getParentAssetId | |
| protected static | _getUserGroups |
- Defined in libraries/joomla/html/html/rules.php
Importing
jimport( 'joomla.html.html.rules' );
See also
JHtmlRules source code on BitBucket
Subpackage Html- Other versions of JHtmlRules
User contributed notes
Code Examples