IDashboard Interface Reference
[Usermanagement]
Interface for Dashboard implementations. More...
Inheritance diagram for IDashboard:
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.
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:
- contributions/usermanagement/lib/interfaces/idashboard.cls.php
