Joomla Platform
13.1
Documentation des API du framework Joomla Platform
|
Fonctions membres publiques | |
__construct ($identities) | |
Fonctions membres publiques inherited from JAccessRule | |
getData () | |
mergeIdentities ($identities) | |
mergeIdentity ($identity, $allow) | |
allow ($identities) | |
__toString () |
Additional Inherited Members | |
Attributs protégés inherited from JAccessRule | |
$data = array() |
JRule::__construct | ( | $identities | ) |
Constructor.
The input array must be in the form: array(-42 => true, 3 => true, 4 => false) or an equivalent JSON encoded string.
mixed | $identities | A JSON format string (probably from the database) or a named array. |
Réimplémentée à partir de JAccessRule.
Définition à la ligne 34 du fichier rule.php.
Références JLog\add(), et JLog\WARNING.