ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\Structure\Services\Services Class Reference
+ Collaboration diagram for ILIAS\MetaData\Structure\Services\Services:

Public Member Functions

 structure ()
 

Protected Attributes

StructureSetInterface $structure
 

Detailed Description

Definition at line 28 of file Services.php.

Member Function Documentation

◆ structure()

ILIAS\MetaData\Structure\Services\Services::structure ( )

Definition at line 32 of file Services.php.

References ILIAS\MetaData\Structure\Services\Services\$structure.

32  : StructureSetInterface
33  {
34  if (isset($this->structure)) {
35  return $this->structure;
36  }
37  return $this->structure = (new LOMStructureInitiator(
38  new LOMReaderFactory(),
39  new StructureFactory()
40  ))->set();
41  }

Field Documentation

◆ $structure

StructureSetInterface ILIAS\MetaData\Structure\Services\Services::$structure
protected

Definition at line 30 of file Services.php.

Referenced by ILIAS\MetaData\Structure\Services\Services\structure().


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