ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilBookingManagerInternalDataService Class Reference
+ Collaboration diagram for ilBookingManagerInternalDataService:

Public Member Functions

 __construct ()
 Constructor. More...
 
 preferencesFactory ()
 

Protected Attributes

 $preferences_factory
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilBookingManagerInternalDataService::__construct ( )

Constructor.

Definition at line 17 of file class.ilBookingManagerInternalDataService.php.

18  {
19  $this->preferences_factory = new ilBookingPreferencesFactory();
20  }
Factory for booking preference data objects.

Member Function Documentation

◆ preferencesFactory()

ilBookingManagerInternalDataService::preferencesFactory ( )
Returns
ilBookingPreferencesFactory

Definition at line 25 of file class.ilBookingManagerInternalDataService.php.

26  {
27  return new ilBookingPreferencesFactory();
28  }
Factory for booking preference data objects.

Field Documentation

◆ $preferences_factory

ilBookingManagerInternalDataService::$preferences_factory
protected

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