forge(array $config)
get_name(mixed $group) : string
mixed
group condition to check
string
has_access(mixed $condition, string $driver, array $group) : bool
mixed
condition to validate
string
acl driver id or null to check all
array
user identifier to check in form array(driver_id, user_id)
bool
member(mixed $group, array $user) : bool
mixed
condition to check for access
array
user identifier in the form of array(driver_id, user_id), or null for logged in
bool
$_instances : array