Inheritance diagram for AdminLogsHandler:
Collaboration diagram for AdminLogsHandler:Public Member Functions | |
| get_logs () | |
| post_logs () | |
| ajax_logs () | |
| ajax_delete_logs ($handler_vars) | |
Habari AdminLogsHandler Class Handles log-related actions in the admin
Definition at line 12 of file adminlogshandler.php.
| AdminLogsHandler::ajax_delete_logs | ( | $ | handler_vars | ) |
Handles AJAX from /logs. Used to delete logs.
Definition at line 230 of file adminlogshandler.php.
| AdminLogsHandler::ajax_logs | ( | ) |
Handles AJAX requests from the logs page.
Definition at line 202 of file adminlogshandler.php.
| AdminLogsHandler::get_logs | ( | ) |
Handle GET requests for /admin/logs to display the logs.
Definition at line 17 of file adminlogshandler.php.
| AdminLogsHandler::post_logs | ( | ) |
Handle POST requests for /admin/logs to display the logs.
Definition at line 25 of file adminlogshandler.php.
Referenced by get_logs().
1.7.1