ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\BookingManager\InternalDataService Class Reference

Repository internal data service. More...

+ Collaboration diagram for ILIAS\BookingManager\InternalDataService:

Public Member Functions

 __construct ()
 
 preferences (array $preferences)
 
 weekEntry (int $start, int $end, string $html)
 

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 31 of file class.InternalDataService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\BookingManager\InternalDataService::__construct ( )

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

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

Member Function Documentation

◆ preferences()

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

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

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

◆ weekEntry()

ILIAS\BookingManager\InternalDataService::weekEntry ( int  $start,
int  $end,
string  $html 
)

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

50  : WeekGridEntry {
51  return new WeekGridEntry(
52  $start,
53  $end,
54  $html
55  );
56  }

Field Documentation

◆ $preferences_factory

ilBookingPreferencesFactory ILIAS\BookingManager\InternalDataService::$preferences_factory
protected

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


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