dashboard Class Reference
dashboard helper class
More...
Detailed Description
dashboard helper class
Member Function Documentation
static dashboard::get_default_dashboard |
( |
|
) |
[static] |
Returns the default dashboard for the currently authenticated user, be it through the login_dashboard setting or just an accessable one.
- Returns:
- Dashboard_Model Returns null/false if no dashboard is found
static dashboard::get_login_dashboard |
( |
|
) |
[static] |
static dashboard::is_login_dashboard |
( |
Dashboard_Model $ |
dashboard |
) |
[static] |
Whether to show "Set as login dashboard" for the given Dashboard.
- Parameters:
-
- Returns:
- bool
static dashboard::set_dashboard_menu_based_on_logged_in_user |
( |
Menu_Model $ |
menu |
) |
[static] |
Objects are always passed by reference, which means that you could modify away on $menu and still have it reflected elsewhere!
- Parameters:
-
The documentation for this class was generated from the following file: