|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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) | |
| settings (int $id, bool $public_log, int $schedule_type, int $overall_limit=0, int $reservation_period=0, bool $reminder_status=false, int $reminder_day=1, int $pref_deadline=0, int $preference_nr=0, bool $messages=false) | |
Protected Attributes | |
| ilBookingPreferencesFactory | $preferences_factory |
Repository internal data service.
Definition at line 32 of file class.InternalDataService.php.
| ILIAS\BookingManager\InternalDataService::__construct | ( | ) |
Definition at line 36 of file class.InternalDataService.php.
| ILIAS\BookingManager\InternalDataService::preferences | ( | array | $preferences | ) |
Definition at line 42 of file class.InternalDataService.php.
| ILIAS\BookingManager\InternalDataService::settings | ( | int | $id, |
| bool | $public_log, | ||
| int | $schedule_type, | ||
| int | $overall_limit = 0, |
||
| int | $reservation_period = 0, |
||
| bool | $reminder_status = false, |
||
| int | $reminder_day = 1, |
||
| int | $pref_deadline = 0, |
||
| int | $preference_nr = 0, |
||
| bool | $messages = false |
||
| ) |
Definition at line 59 of file class.InternalDataService.php.
| ILIAS\BookingManager\InternalDataService::weekEntry | ( | int | $start, |
| int | $end, | ||
| string | $html | ||
| ) |
Definition at line 47 of file class.InternalDataService.php.
|
protected |
Definition at line 34 of file class.InternalDataService.php.