.

EditorDashboard Class Reference
[Usermanagement]

Default dashboard for editor. More...

Inheritance diagram for EditorDashboard:
DashboardBase IDashboard

List of all members.

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.

Author:
Gerd Riesselmann

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.

00021                                                     {
00022                 return 'users/dashboards/editor';
00023         }
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: