EditorDashboard Class Reference
[Usermanagement]
Default dashboard for editor. More...
Inheritance diagram for
EditorDashboard:
Public Member Functions |
|
get_title () | |
Returns the title of the dashboard. |
|
Protected Member Functions |
|
get_template_file_name () | |
Return template file name for dashboard.
|
Detailed Description
Default dashboard for editor.
Definition at line 8 of file editor.dashboard.php.
Member Function Documentation
EditorDashboard::get_template_file_name | ( | ) | [protected] |
Return template file name for dashboard.
- Returns:
- string
Reimplemented from DashboardBase.
Definition at line 21 of file editor.dashboard.php.
EditorDashboard::get_title | ( | ) |
Returns the title of the dashboard.
Reimplemented from DashboardBase.
Definition at line 12 of file editor.dashboard.php.
00012 { 00013 return tr('Content Management', 'users'); 00014 }
The documentation for this class was generated from the following file:
- contributions/usermanagement/controller/tools/dashboards/editor.dashboard.php