ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\BookingManager\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\BookingManager\InternalDomainService:

Public Member Functions

 __construct (Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service)
 
 preferences (\ilObjBookingPool $pool)
 

Protected Attributes

InternalRepoService $repo_service
 
InternalDataService $data_service
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\BookingManager\InternalDomainService::__construct ( Container  $DIC,
InternalRepoService  $repo_service,
InternalDataService  $data_service 
)

Definition at line 36 of file class.InternalDomainService.php.

References ILIAS\BookingManager\InternalDomainService\$data_service, ILIAS\BookingManager\InternalDomainService\$repo_service, and ILIAS\Repository\initDomainServices().

40  {
41  $this->repo_service = $repo_service;
42  $this->data_service = $data_service;
43  $this->initDomainServices($DIC);
44  }
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: feed.php:28
+ Here is the call graph for this function:

Member Function Documentation

◆ preferences()

ILIAS\BookingManager\InternalDomainService::preferences ( \ilObjBookingPool  $pool)

Definition at line 57 of file class.InternalDomainService.php.

60  return new \ilBookingPreferencesManager(
61  $pool,
62  $this->repo_service->preferenceBasedBooking()
63  );
64  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

Field Documentation

◆ $data_service

InternalDataService ILIAS\BookingManager\InternalDomainService::$data_service
protected

◆ $repo_service

InternalRepoService ILIAS\BookingManager\InternalDomainService::$repo_service
protected

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