API17

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===
{{subst:Description:JHtmlRules}}
 


===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]]
{{subst:SeeAlso:JHtmlRules}}
 


===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JHtmlRules
category=JHtmlRules
category=CodeExample
namespace=CodeExample
category=ClassExample
category=ClassExample
include=*
include=*

Latest revision as of 03:13, 25 March 2017

Joomla 11.1 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


User contributed notes

Code Examples