Inheritance diagram for AdminGroupsHandler:
Collaboration diagram for AdminGroupsHandler:Public Member Functions | |
| get_groups () | |
| post_groups () | |
| get_group () | |
| post_group () | |
| ajax_update_groups ($handler_vars) | |
| ajax_groups ($handler_vars) | |
| update_groups ($handler_vars, $ajax=true) | |
Habari AdminGroupsHandler Class Handles group-related actions in the admin
Definition at line 12 of file admingroupshandler.php.
| AdminGroupsHandler::ajax_groups | ( | $ | handler_vars | ) |
Handles AJAX requests from the groups page.
Definition at line 181 of file admingroupshandler.php.
| AdminGroupsHandler::ajax_update_groups | ( | $ | handler_vars | ) |
Handles AJAX requests to update groups.
Definition at line 171 of file admingroupshandler.php.
| AdminGroupsHandler::get_group | ( | ) |
Handles GET requests for a group's page.
Definition at line 40 of file admingroupshandler.php.
| AdminGroupsHandler::get_groups | ( | ) |
Handles GET requests for the groups page.
Definition at line 17 of file admingroupshandler.php.
| AdminGroupsHandler::post_group | ( | ) |
Handles POST requests to a group's page.
Definition at line 107 of file admingroupshandler.php.
| AdminGroupsHandler::post_groups | ( | ) |
Handles POST requests for the groups page.
Definition at line 28 of file admingroupshandler.php.
| AdminGroupsHandler::update_groups | ( | $ | handler_vars, | |
| $ | ajax = true | |||
| ) |
Add or delete groups.
Definition at line 218 of file admingroupshandler.php.
Referenced by ajax_update_groups(), and post_groups().
1.7.1