[phpGACL] element index

All elements
a c d e f g i p r s _
_
top
Variable $_cache_dir
gacl::$_cache_dir in gacl.class.php
Variable $_cache_expire_time
gacl::$_cache_expire_time in gacl.class.php
Variable $_caching
gacl::$_caching in gacl.class.php
Variable $_db
gacl::$_db in gacl.class.php
Variable $_db_host
gacl::$_db_host in gacl.class.php
Variable $_db_name
gacl::$_db_name in gacl.class.php
Variable $_db_password
gacl::$_db_password in gacl.class.php
Variable $_db_table_prefix
gacl::$_db_table_prefix in gacl.class.php
Variable $_db_type
gacl::$_db_type in gacl.class.php
Variable $_db_user
gacl::$_db_user in gacl.class.php
Variable $_debug
gacl::$_debug in gacl.class.php
Variable $_force_cache_expire
gacl::$_force_cache_expire in gacl.class.php
Variable $_group_switch
gacl::$_group_switch in gacl.class.php
Method _rebuild_tree
gacl_api::_rebuild_tree() in gacl_api.class.php
_rebuild_tree ()
a
top
Method acl_check
gacl::acl_check() in gacl.class.php
Wraps the actual acl_query() function.
Method acl_check_array
gacl::acl_check_array() in gacl.class.php
Handles ACL lookups over arrays of AROs
Method acl_get_groups
gacl::acl_get_groups() in gacl.class.php
Grabs all groups mapped to an ARO. You can also specify a root_group for subtree'ing.
Method acl_query
gacl::acl_query() in gacl.class.php
The Main function that does the actual ACL lookup.
Method acl_return_value
gacl::acl_return_value() in gacl.class.php
Wraps the actual acl_query() function.
Method add_acl
gacl_api::add_acl() in gacl_api.class.php
add_acl()
Method add_group
gacl_api::add_group() in gacl_api.class.php
add_group()
Method add_group_object
gacl_api::add_group_object() in gacl_api.class.php
add_group_object()
Method add_object
gacl_api::add_object() in gacl_api.class.php
add_object()
Method add_object_section
gacl_api::add_object_section() in gacl_api.class.php
add_object_section()
Constant ADODB_DIR
ADODB_DIR in gacl.class.php
Method append_acl
gacl_api::append_acl() in gacl_api.class.php
append_acl()
c
top
Variable $config_file
gacl::$config_file in gacl.class.php
Method clear_database
gacl_api::clear_database() in gacl_api.class.php
clear_database()
Method consolidated_edit_acl
gacl_api::consolidated_edit_acl() in gacl_api.class.php
consolidated_edit_acl()
Method count_all
gacl_api::count_all() in gacl_api.class.php
count_all()
d
top
Method debug_db
gacl::debug_db() in gacl.class.php
Prints database debug text if debug is enabled.
Method debug_text
gacl::debug_text() in gacl.class.php
Prints debug text if debug is enabled.
Method del_acl
gacl_api::del_acl() in gacl_api.class.php
del_acl()
Method del_group
gacl_api::del_group() in gacl_api.class.php
del_group()
Method del_group_object
gacl_api::del_group_object() in gacl_api.class.php
del_group_object()
Method del_object
gacl_api::del_object() in gacl_api.class.php
del_object()
Method del_object_section
gacl_api::del_object_section() in gacl_api.class.php
del_object_section()
e
top
Method edit_acl
gacl_api::edit_acl() in gacl_api.class.php
edit_acl()
Method edit_group
gacl_api::edit_group() in gacl_api.class.php
edit_group()
Method edit_object
gacl_api::edit_object() in gacl_api.class.php
edit_object()
Method edit_object_section
gacl_api::edit_object_section() in gacl_api.class.php
edit_object_section()
f
top
Method format_groups
gacl_api::format_groups() in gacl_api.class.php
format_groups()
g
top
Class gacl
gacl in gacl.class.php
phpGACL main class
Method gacl
gacl::gacl() in gacl.class.php
Constructor
Class gacl_api
gacl_api in gacl_api.class.php
gacl_api Extended API Class
Page gacl_api.class.php
gacl_api.class.php in gacl_api.class.php
Page gacl.class.php
gacl.class.php in gacl.class.php
Method get_acl
gacl_api::get_acl() in gacl_api.class.php
get_acl()
Method get_cache
gacl::get_cache() in gacl.class.php
Uses PEAR's Cache_Lite package to grab cached arrays, objects, variables etc...
Method get_group_children
gacl_api::get_group_children() in gacl_api.class.php
get_group_children()
Method get_group_data
gacl_api::get_group_data() in gacl_api.class.php
get_group_data()
Method get_group_id
gacl_api::get_group_id() in gacl_api.class.php
get_group_id()
Method get_group_objects
gacl_api::get_group_objects() in gacl_api.class.php
get_group_objects()
Method get_group_parent_id
gacl_api::get_group_parent_id() in gacl_api.class.php
get_group_parent_id()
Method get_object
gacl_api::get_object() in gacl_api.class.php
get_object()
Method get_objects
gacl_api::get_objects() in gacl_api.class.php
get_objects ()
Method get_object_data
gacl_api::get_object_data() in gacl_api.class.php
get_object_data()
Method get_object_groups
gacl_api::get_object_groups() in gacl_api.class.php
get_object_groups()
Method get_object_id
gacl_api::get_object_id() in gacl_api.class.php
get_object_id()
Method get_object_section_section_id
get_object_section_section_id()
Method get_object_section_value
get_object_section_value()
Method get_root_group_id
gacl_api::get_root_group_id() in gacl_api.class.php
get_root_group_id ()
Method get_schema_version
gacl_api::get_schema_version() in gacl_api.class.php
get_schema_version()
Method get_section_data
gacl_api::get_section_data() in gacl_api.class.php
get_section_data()
Method get_ungrouped_objects
gacl_api::get_ungrouped_objects() in gacl_api.class.php
get_ungrouped_objects()
Method get_version
gacl_api::get_version() in gacl_api.class.php
get_version()
i
top
Method is_conflicting_acl
gacl_api::is_conflicting_acl() in gacl_api.class.php
is_conflicting_acl()
p
top
Method put_cache
gacl::put_cache() in gacl.class.php
Uses PEAR's Cache_Lite package to write cached arrays, objects, variables etc...
r
top
Method rebuild_tree
gacl_api::rebuild_tree() in gacl_api.class.php
rebuild_tree ()
s
top
Method search_acl
gacl_api::search_acl() in gacl_api.class.php
search_acl()
Method shift_acl
gacl_api::shift_acl() in gacl_api.class.php
shift_acl()
Method showarray
gacl_api::showarray() in gacl_api.class.php
showarray()
Method sort_groups
gacl_api::sort_groups() in gacl_api.class.php
sort_groups()
a c d e f g i p r s _