ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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 }

References ILIAS\MetaData\Structure\Services\Services\$structure, and ILIAS\MetaData\Structure\Services\Services\structure().

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

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

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: