Пример #1
0
 public function componentDashboardConfig()
 {
     $this->views = entities\DashboardView::getAvailableViews($this->target_type);
     $this->dashboardViews = entities\DashboardView::getViews($this->tid, $this->target_type);
 }