API17

Difference between revisions of "JRule"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JRule::__construct/11.1|__construct]]
+
|[[API17:JRule::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JRule::__toString/11.1|__toString]]
+
|[[API17:JRule::__toString|__toString]]
 
|Convert this object into a JSON encoded string.  
 
|Convert this object into a JSON encoded string.  
 
|-
 
|-
 
|public  
 
|public  
|[[JRule::allow/11.1|allow]]
+
|[[API17:JRule::allow|allow]]
 
|Checks that this action can be performed by an identity.  
 
|Checks that this action can be performed by an identity.  
 
|-
 
|-
 
|public  
 
|public  
|[[JRule::getData/11.1|getData]]
+
|[[API17:JRule::getData|getData]]
 
|Get the data for the action.  
 
|Get the data for the action.  
 
|-
 
|-
 
|public  
 
|public  
|[[JRule::mergeIdentities/11.1|mergeIdentities]]
+
|[[API17:JRule::mergeIdentities|mergeIdentities]]
 
|Merges the identities.  
 
|Merges the identities.  
 
|-
 
|-
 
|public  
 
|public  
|[[JRule::mergeIdentity/11.1|mergeIdentity]]
+
|[[API17:JRule::mergeIdentity|mergeIdentity]]
 
|Merges the value for an identity.  
 
|Merges the value for an identity.  
 
|-
 
|-
Line 43: Line 43:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JRule source code''' on [[jplatform:access/rule.php|BitBucket]]
 
* {{JVer|11.1}} '''JRule source code''' on [[jplatform:access/rule.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Access/11.1|Access]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Access|Access]]
* [[JRule|Other versions of JRule]]
+
* [[API17:JRule|Other versions of JRule]]
 
{{SeeAlso:JRule}}
 
{{SeeAlso:JRule}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:26, 11 May 2013

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 JRule[edit]

Description[edit]

Template:Description:JRule [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public __toString Convert this object into a JSON encoded string.
public allow Checks that this action can be performed by an identity.
public getData Get the data for the action.
public mergeIdentities Merges the identities.
public mergeIdentity Merges the value for an identity.
  • Defined in libraries/joomla/access/rule.php

Importing[edit]

jimport( 'joomla.access.rule' );

See also[edit]

Template:SeeAlso:JRule [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />