ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.InternalDomainService.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
21 namespace ILIAS\Portfolio;
22 
24 //use ILIAS\Repository\Clipboard\ClipboardManager;
26 
31 {
33 
36 
37  public function __construct(
39  InternalRepoService $repo_service,
40  InternalDataService $data_service
41  ) {
42  $this->repo_service = $repo_service;
43  $this->data_service = $data_service;
44  $this->initDomainServices($DIC);
45  }
46 
47  /*
48  public function access(int $ref_id, int $user_id) : Access\AccessManager
49  {
50  return new Access\AccessManager(
51  $this,
52  $this->access,
53  $ref_id,
54  $user_id
55  );
56  }*/
57 
58  /*public function clipboard() : ClipboardManager
59  {
60  return new ClipboardManager(
61  $this->repo_service->clipboard()
62  );
63  }*/
64 }
__construct(Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service)
initDomainServices(\ILIAS\DI\Container $DIC)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:31
global $DIC
Definition: feed.php:28