JAccessRules::__construct
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.
Signature
public function __construct([string
$input = ''] )
Parameters
-
$input
- A JSON format string (probably from the database) or a nested array.