|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\BookingManager\Settings\Settings:Public Member Functions | |
| __construct (protected int $id, protected bool $public_log, protected int $schedule_type, protected int $overall_limit=0, protected int $reservation_period=0, protected bool $reminder_status=false, protected int $reminder_day=1, protected int $pref_deadline=0, protected int $preference_nr=0, protected bool $messages=false) | |
| getId () | |
| withId (int $id) | |
| getPublicLog () | |
| getScheduleType () | |
| getOverallLimit () | |
| getReservationPeriod () | |
| getReminderStatus () | |
| getReminderDay () | |
| getPrefDeadline () | |
| getPreferenceNr () | |
| getMessages () | |
Definition at line 23 of file Settings.php.
| ILIAS\BookingManager\Settings\Settings::__construct | ( | protected int | $id, |
| protected bool | $public_log, | ||
| protected int | $schedule_type, | ||
| protected int | $overall_limit = 0, |
||
| protected int | $reservation_period = 0, |
||
| protected bool | $reminder_status = false, |
||
| protected int | $reminder_day = 1, |
||
| protected int | $pref_deadline = 0, |
||
| protected int | $preference_nr = 0, |
||
| protected bool | $messages = false |
||
| ) |
Definition at line 25 of file Settings.php.
| ILIAS\BookingManager\Settings\Settings::getId | ( | ) |
Definition at line 39 of file Settings.php.
References $id.
Referenced by ILIAS\BookingManager\Settings\SettingsDBRepository\create(), and ILIAS\BookingManager\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\BookingManager\Settings\Settings::getMessages | ( | ) |
Definition at line 91 of file Settings.php.
Referenced by ILIAS\BookingManager\Settings\SettingsDBRepository\create(), and ILIAS\BookingManager\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\BookingManager\Settings\Settings::getOverallLimit | ( | ) |
Definition at line 61 of file Settings.php.
Referenced by ILIAS\BookingManager\Settings\SettingsDBRepository\create(), and ILIAS\BookingManager\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\BookingManager\Settings\Settings::getPrefDeadline | ( | ) |
Definition at line 81 of file Settings.php.
Referenced by ILIAS\BookingManager\Settings\SettingsDBRepository\create(), and ILIAS\BookingManager\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\BookingManager\Settings\Settings::getPreferenceNr | ( | ) |
Definition at line 86 of file Settings.php.
Referenced by ILIAS\BookingManager\Settings\SettingsDBRepository\create(), and ILIAS\BookingManager\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\BookingManager\Settings\Settings::getPublicLog | ( | ) |
Definition at line 51 of file Settings.php.
Referenced by ILIAS\BookingManager\Settings\SettingsDBRepository\create(), and ILIAS\BookingManager\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\BookingManager\Settings\Settings::getReminderDay | ( | ) |
Definition at line 76 of file Settings.php.
Referenced by ILIAS\BookingManager\Settings\SettingsDBRepository\create(), and ILIAS\BookingManager\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\BookingManager\Settings\Settings::getReminderStatus | ( | ) |
Definition at line 71 of file Settings.php.
Referenced by ILIAS\BookingManager\Settings\SettingsDBRepository\create(), and ILIAS\BookingManager\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\BookingManager\Settings\Settings::getReservationPeriod | ( | ) |
Definition at line 66 of file Settings.php.
Referenced by ILIAS\BookingManager\Settings\SettingsDBRepository\create(), and ILIAS\BookingManager\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\BookingManager\Settings\Settings::getScheduleType | ( | ) |
Definition at line 56 of file Settings.php.
Referenced by ILIAS\BookingManager\Settings\SettingsDBRepository\create(), and ILIAS\BookingManager\Settings\SettingsDBRepository\update().
Here is the caller graph for this function:| ILIAS\BookingManager\Settings\Settings::withId | ( | int | $id | ) |
Definition at line 44 of file Settings.php.
References $id.