authPermission/Auth class
Located in /includes/auth.php (line 23)
| Class | Description |
|---|---|
auth_admin
|
ACP Permission/Auth class |
acl (line 33)
Init permissions
acl_cache (line 338)
Cache data to user_permissions row
acl_clear_prefetch (line 441)
Clear one or all users cached permission settings
acl_get (line 106)
Look up an option if the option is prefixed with !, then the result becomes negated
If a forum id is specified the local option will be combined with a global option if one exist. If a forum id is not specified, only the global option will be checked.
acl_getf (line 152)
Get forums with the specified permission setting if the option is prefixed with !, then the result becomes nagated
acl_getf_global (line 233)
Get local permission state for any forum.
Returns true if user has the permission in one or more forums, false if in no forum. If global option is checked it returns the global state (same as acl_get($opt)) Local option has precedence...
acl_gets (line 277)
Get permission settings (more than one)
acl_get_list (line 306)
Get permission listing based on user_id/options/forum_ids
acl_group_raw_data (line 685)
Get raw group based permission settings
acl_raw_data (line 521)
Get raw acl data based on user/option/forum
acl_raw_data_single_user (line 738)
Get raw acl data based on user for caching user_permissions This function returns the same data as acl_raw_data(), but without the user id as the first key within the array.
acl_role_data (line 488)
Get assigned roles
acl_user_raw_data (line 633)
Get raw user based permission settings
build_auth_option_statement (line 950)
Fill auth_option statement for later querying based on the supplied options
build_bitstring (line 380)
Build bitstring from permission set
login (line 848)
Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him.
_set_group_hold_ary (line 819)
Private function snippet for setting a specific piece of the hold_ary
Documentation generated on Tue, 26 Aug 2008 08:33:58 +0200 by phpDocumentor 1.4.2