.

IDashboard Interface Reference
[Usermanagement]

Interface for Dashboard implementations. More...

Inheritance diagram for IDashboard:
DashboardBase AdminDashboard DefaultDashboard DefaultDashboard EditorDashboard

List of all members.

Public Member Functions

  get_content ($page_data)
  Render a section on the dashboard.
  get_description ()
  Returns description of dashboard.
  get_title ()
  Returns the title of the dashboard.
  get_user_menu_entries ()
  Return array of entries for user menu.

Detailed Description

Interface for Dashboard implementations.

Author:
Gerd Riesselmann

Definition at line 8 of file idashboard.cls.php.


Member Function Documentation

IDashboard::get_content ( page_data  ) 

Render a section on the dashboard.

Implemented in DashboardBase.

IDashboard::get_description (  ) 

Returns description of dashboard.

Implemented in DashboardBase.

IDashboard::get_title (  ) 

Returns the title of the dashboard.

Implemented in DashboardBase, AdminDashboard, and EditorDashboard.

IDashboard::get_user_menu_entries (  ) 

Return array of entries for user menu.

Implemented in DashboardBase, DefaultDashboard, and DefaultDashboard.


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