DashboardManager
FinalYes
Table of Contents
Methods
- notifyBatchDashboardStatus() : void
- Notify client-side that batch of dashboard changed status
- notifyDashboardStatus() : void
- Notify client-side that particular dashboard changed his status
- notifySupersetStatus() : void
Methods
notifyBatchDashboardStatus()
Notify client-side that batch of dashboard changed status
public
static notifyBatchDashboardStatus(array<string|int, mixed> $dashboardList) : void
Parameters
- $dashboardList : array<string|int, mixed>
-
in format [['id' => idOfDashboard(int), 'status' => DashboardStatus(string)], ...]
notifyDashboardStatus()
Notify client-side that particular dashboard changed his status
public
static notifyDashboardStatus(int $dashboardId, string $status) : void
Parameters
- $dashboardId : int
- $status : string
notifySupersetStatus()
public
static notifySupersetStatus(string $status) : void
Parameters
- $status : string