Inheritance diagram for AdminUsersHandler:
Collaboration diagram for AdminUsersHandler:Public Member Functions | |
| get_user () | |
| form_user_success ($form) | |
| post_user () | |
| update_users ($handler_vars) | |
| get_users () | |
| post_users () | |
Habari AdminUsersHandler Class Handles user-related actions in the admin
Definition at line 12 of file adminusershandler.php.
| AdminUsersHandler::form_user_success | ( | $ | form | ) |
Handles form submission from a user's page.
Definition at line 186 of file adminusershandler.php.
| AdminUsersHandler::get_user | ( | ) |
Handles GET requests of a user page.
Definition at line 17 of file adminusershandler.php.
| AdminUsersHandler::get_users | ( | ) |
Handles GET requests of the users page.
Definition at line 383 of file adminusershandler.php.
| AdminUsersHandler::post_user | ( | ) |
Handles POST requests from the user profile page.
Definition at line 274 of file adminusershandler.php.
| AdminUsersHandler::post_users | ( | ) |
Handles POST requests from the Users listing (ie: creating a new user)
Definition at line 393 of file adminusershandler.php.
| AdminUsersHandler::update_users | ( | $ | handler_vars | ) |
Update an array of POSTed users.
Definition at line 282 of file adminusershandler.php.
1.7.1