Example #1
0
 public function __construct(RendererInterface $view, Dashboard $dashboardTaskService)
 {
     parent::__construct($view);
     $this->dashboardTaskService = $dashboardTaskService;
 }
Example #2
0
 public function __construct(RendererInterface $view, AuthenticationService $authenticationService)
 {
     parent::__construct($view);
     $this->authenticationService = $authenticationService;
 }