PHP Class Habari\AdminDashboardHandler

Inheritance: extends AdminHandler
Show file Open project: habari/system

Public Methods

Method Description
ajax_dashboard ( $handler_vars ) Handles AJAX requests from the dashboard
get_additem_form ( ) Add the Add Item form to the theme for display
get_dashboard ( ) Handles get requests for the dashboard
post_dashboard ( ) Handles POST requests from the dashboard.

Method Details

ajax_dashboard() public method

Handles AJAX requests from the dashboard
public ajax_dashboard ( $handler_vars )

get_additem_form() public method

Add the Add Item form to the theme for display
public get_additem_form ( )

get_dashboard() public method

Handles get requests for the dashboard
public get_dashboard ( )

post_dashboard() public method

Handles POST requests from the dashboard.
public post_dashboard ( )