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

Public Member Functions

 __construct ()
 
 domain ()
 

Static Protected Attributes

static array $instance = []
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 26 of file class.Service.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Export\Service::__construct ( )

Definition at line 29 of file class.Service.php.

30 {
31 }

Member Function Documentation

◆ domain()

ILIAS\Export\Service::domain ( )

Definition at line 38 of file class.Service.php.

38 : ExternalDomainService
39 {
40 return self::$instance["domain"] ??= new ExternalDomainService(
41 $this->internal()->domain()
42 );
43 }

References ILIAS\Export\Service\domain().

Referenced by ILIAS\Export\Service\domain(), and ILIAS\Notes\Service\domain().

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

Field Documentation

◆ $instance

array ILIAS\Export\Service::$instance = []
staticprotected

Definition at line 28 of file class.Service.php.


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