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

Public Member Functions

 __construct (StructureServices $structure_services)
 
 pathFactory ()
 
 navigatorFactory ()
 

Protected Attributes

FactoryInterface $path_factory
 
NavigatorFactoryInterface $navigator_factory
 
StructureServices $structure_services
 

Detailed Description

Definition at line 30 of file Services.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\MetaData\Paths\Services\Services::__construct ( StructureServices  $structure_services)

Definition at line 37 of file Services.php.

References ILIAS\MetaData\Paths\Services\Services\$structure_services.

39  {
40  $this->structure_services = $structure_services;
41  }
StructureServices $structure_services
Definition: Services.php:35

Member Function Documentation

◆ navigatorFactory()

ILIAS\MetaData\Paths\Services\Services::navigatorFactory ( )

Definition at line 53 of file Services.php.

References ILIAS\MetaData\Paths\Services\Services\$navigator_factory.

53  : NavigatorFactoryInterface
54  {
55  if (isset($this->navigator_factory)) {
57  }
58  return $this->navigator_factory = new NavigatorFactory(
59  new NavigatorBridge()
60  );
61  }
NavigatorFactoryInterface $navigator_factory
Definition: Services.php:33

◆ pathFactory()

ILIAS\MetaData\Paths\Services\Services::pathFactory ( )

Definition at line 43 of file Services.php.

References ILIAS\MetaData\Paths\Services\Services\$path_factory.

43  : FactoryInterface
44  {
45  if (isset($this->path_factory)) {
46  return $this->path_factory;
47  }
48  return $this->path_factory = new Factory(
49  $this->structure_services->structure()
50  );
51  }

Field Documentation

◆ $navigator_factory

NavigatorFactoryInterface ILIAS\MetaData\Paths\Services\Services::$navigator_factory
protected

◆ $path_factory

FactoryInterface ILIAS\MetaData\Paths\Services\Services::$path_factory
protected

Definition at line 32 of file Services.php.

Referenced by ILIAS\MetaData\Paths\Services\Services\pathFactory().

◆ $structure_services

StructureServices ILIAS\MetaData\Paths\Services\Services::$structure_services
protected

Definition at line 35 of file Services.php.

Referenced by ILIAS\MetaData\Paths\Services\Services\__construct().


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