JRule::__construct
Constructor.
The input array must be in the form: array(-42 => true, 3 => true, 4 => false) or an equivalent JSON encoded string.
Signature
public function __construct(mixed
$identities )
Parameters
-
$identities
- A JSON format string (probably from the database) or a named array.