ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\BookingManager\InternalDataService Class Reference

Repository internal data service. More...

+ Collaboration diagram for ILIAS\BookingManager\InternalDataService:

Public Member Functions

 __construct ()
 
 preferences (array $preferences)
 

Protected Attributes

ilBookingPreferencesFactory $preferences_factory
 

Detailed Description

Repository internal data service.

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

Definition at line 30 of file class.InternalDataService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\BookingManager\InternalDataService::__construct ( )

Definition at line 34 of file class.InternalDataService.php.

35  {
36  $this->preferences_factory = new ilBookingPreferencesFactory();
37  //$this->..._factory = new ...\DataFactory();
38  }

Member Function Documentation

◆ preferences()

ILIAS\BookingManager\InternalDataService::preferences ( array  $preferences)

Definition at line 40 of file class.InternalDataService.php.

41  {
42  return $this->preferences_factory->preferences($preferences);
43  }

Field Documentation

◆ $preferences_factory

ilBookingPreferencesFactory ILIAS\BookingManager\InternalDataService::$preferences_factory
protected

Definition at line 32 of file class.InternalDataService.php.


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