API16:JRule
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JRule}}
===Defined in===
libraries...) |
|||
| Line 30: | Line 30: | ||
|Convert this object into a JSON encoded string. | |Convert this object into a JSON encoded string. | ||
|} | |} | ||
| + | |||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.access.rule' );</source> | <source lang="php">jimport( 'joomla.access.rule' );</source> | ||
Latest revision as of 04:56, 30 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JRule
Contents |
[edit] Defined in
libraries/joomla/access/rule.php
[edit] Methods
| Method name | Description |
|---|---|
| __construct | Constructor. |
| getData | Get the data for the action. |
| mergeIdentities | Merges the identities |
| mergeIdentity | Merges the value for an identity. |
| allow | Checks that this action can be performed by an identity. |
| __toString | Convert this object into a JSON encoded string. |
[edit] Importing
jimport( 'joomla.access.rule' );
[edit] Examples
<CodeExamplesForm />
