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

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilBookingPreferencesFactory:

Public Member Functions

 __construct ()
 
 preferences (array $preferences)
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Factory for booking preference data objects

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

Definition at line 23 of file class.ilBookingPreferencesFactory.php.

Constructor & Destructor Documentation

◆ __construct()

ilBookingPreferencesFactory::__construct ( )

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

26  {
27  }

Member Function Documentation

◆ preferences()

ilBookingPreferencesFactory::preferences ( array  $preferences)
Parameters
int[][]$preferences

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

33  {
34  return new ilBookingPreferences($preferences);
35  }

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