user = $user; } public function getUser(): User { return $this->user; } public function addSection(WidgetContainerInterface $container): DashboardEvent { $this->widgetRows[] = $container; return $this; } /** * @return WidgetContainerInterface[] */ public function getSections(): array { return $this->widgetRows; } }