Public Member Functions

AdminLogsHandler Class Reference

Inheritance diagram for AdminLogsHandler:
Collaboration diagram for AdminLogsHandler:

List of all members.

Public Member Functions

 get_logs ()
 post_logs ()
 ajax_logs ()
 ajax_delete_logs ($handler_vars)

Detailed Description

Habari AdminLogsHandler Class Handles log-related actions in the admin

Definition at line 12 of file adminlogshandler.php.


Member Function Documentation

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().


The documentation for this class was generated from the following file: