ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Repository\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\Repository\InternalDomainService:

Public Member Functions

 __construct (Container $DIC, protected InternalRepoService $repo_service, protected InternalDataService $data_service)
 
 deletion ()
 
 clipboard ()
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

Definition at line 27 of file class.InternalDomainService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Repository\InternalDomainService::__construct ( Container  $DIC,
protected InternalRepoService  $repo_service,
protected InternalDataService  $data_service 
)

Definition at line 33 of file class.InternalDomainService.php.

37 {
38 $this->initDomainServices($DIC);
39 }
initDomainServices(\ILIAS\DI\Container $DIC)

References ILIAS\Repository\initDomainServices().

+ Here is the call graph for this function:

Member Function Documentation

◆ clipboard()

ILIAS\Repository\InternalDomainService::clipboard ( )

Definition at line 51 of file class.InternalDomainService.php.

51 : ClipboardManager
52 {
53 return self::$instance["clipboard"] ??= new ClipboardManager(
54 $this->repo_service->clipboard()
55 );
56 }

◆ deletion()

ILIAS\Repository\InternalDomainService::deletion ( )

Definition at line 42 of file class.InternalDomainService.php.

42 : Deletion\Deletion
43 {
44 return self::$instance["deletion"] ??= (new Deletion\DomainService(
45 $this->data_service,
46 $this->repo_service,
47 $this
48 ))->deletion();
49 }

References ILIAS\Repository\InternalDomainService\deletion().

Referenced by ILIAS\Repository\InternalDomainService\deletion().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ $instance

array ILIAS\Repository\InternalDomainService::$instance = []
staticprotected

Definition at line 31 of file class.InternalDomainService.php.


The documentation for this class was generated from the following file: