API17

Difference between revisions of "JHtmlRules"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 6: Line 6:
 
===Defined in===
 
===Defined in===
 
libraries/joomla/html/html/rules.php
 
libraries/joomla/html/html/rules.php
 +
* see source code in [[jplatform:html/html/rules.php|BitBucket]]
 
===Subpackage===
 
===Subpackage===
 
[[Subpackage Html/11.1|Html]]
 
[[Subpackage Html/11.1|Html]]
Line 32: Line 33:
 
<source lang="php">jimport( 'joomla.html.html.rules' );</source>
 
<source lang="php">jimport( 'joomla.html.html.rules' );</source>
 
===See also===
 
===See also===
 +
* JHtmlRules source code in [[jplatform:html/html/rules.php|BitBucket]]
 
* [[JHtmlRules|Other versions of this class]]
 
* [[JHtmlRules|Other versions of this class]]
 
{{SeeAlso:JHtmlRules}}
 
{{SeeAlso:JHtmlRules}}

Revision as of 17:57, 23 April 2011

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.

[Edit Descripton] Template:Description:JHtmlRules

Defined in[edit]

libraries/joomla/html/html/rules.php

Subpackage[edit]

Html

Extends[edit]

Extended by[edit]

Methods[edit]

Method name Description
assetFormWidget Displays a list of the available access sections.
_getImagesArray
_getParentAssetId
_getUserGroups

Importing[edit]

jimport( 'joomla.html.html.rules' );

See also[edit]

Template:SeeAlso:JHtmlRules [Edit See Also]

Examples[edit]

<CodeExamplesForm />