Methods

forge()

forge(array $config) 

Parameters

$config

Fetch the display name of the given group

get_name(mixed $group) : string

Parameters

$group

mixed

group condition to check

Returns

string

Verify Acl access

has_access(mixed $condition, string $driver, array $group) : bool

Parameters

$condition

mixed

condition to validate

$driver

string

acl driver id or null to check all

$group

array

user identifier to check in form array(driver_id, user_id)

Returns

bool

Check membership of given users

member(mixed $group, array $user) : bool

Parameters

$group

mixed

condition to check for access

$user

array

user identifier in the form of array(driver_id, user_id), or null for logged in

Returns

bool

 Properties

 

$_instance

$_instance : \Auth\Auth_Driver

 

<p>contains references if multiple were loaded</p>

$_instances : array