ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Export\Service Class Reference
+ Collaboration diagram for ILIAS\Export\Service:

Public Member Functions

 __construct ()
 
function 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()

function 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  }

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: