Joomla CMS
2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
|
Fonctions membres publiques | |
__construct ($input= '') | |
Fonctions membres publiques inherited from JAccessRules | |
getData () | |
mergeCollection ($input) | |
merge ($actions) | |
mergeAction ($action, $identities) | |
allow ($action, $identity) | |
getAllowed ($identity) | |
__toString () |
Additional Inherited Members | |
Attributs protégés inherited from JAccessRules | |
$data = array() |
JRules::__construct | ( | $input = '' | ) |
Constructor.
The input array must be in the form: array('action' => array(-42 => true, 3 => true, 4 => false)) or an equivalent JSON encoded string, or an object where properties are arrays.
mixed | $input | A JSON format string (probably from the database) or a nested array. |
Réimplémentée à partir de JAccessRules.
Références JLog\add(), et JLog\WARNING.