コード例 #1
0
ファイル: DashboardList.php プロジェクト: zource/zource
 public function __construct(RendererInterface $view, Dashboard $dashboardTaskService)
 {
     parent::__construct($view);
     $this->dashboardTaskService = $dashboardTaskService;
 }
コード例 #2
0
ファイル: LoggedInAs.php プロジェクト: zource/zource
 public function __construct(RendererInterface $view, AuthenticationService $authenticationService)
 {
     parent::__construct($view);
     $this->authenticationService = $authenticationService;
 }