|
ILIAS
release_8 Revision v8.24
|
Reservation table related session data. More...
Collaboration diagram for ILIAS\BookingManager\Reservation\ReservationTableSessionRepository:Public Member Functions | |
| __construct () | |
| setObjectFilter (string $form_id, string $filter_value) | |
| setFromToFilter (string $form_id, string $filter_value) | |
| hasFromToFilter (string $form_id) | |
Data Fields | |
| const | KEY_BASE = "repo_clip" |
Reservation table related session data.
Definition at line 28 of file class.ReservationTableSessionRepository.php.
| ILIAS\BookingManager\Reservation\ReservationTableSessionRepository::__construct | ( | ) |
Definition at line 32 of file class.ReservationTableSessionRepository.php.
| ILIAS\BookingManager\Reservation\ReservationTableSessionRepository::hasFromToFilter | ( | string | $form_id | ) |
Definition at line 56 of file class.ReservationTableSessionRepository.php.
References ilSession\get(), and ilSession\has().
Here is the call graph for this function:| ILIAS\BookingManager\Reservation\ReservationTableSessionRepository::setFromToFilter | ( | string | $form_id, |
| string | $filter_value | ||
| ) |
Definition at line 46 of file class.ReservationTableSessionRepository.php.
References ilSession\get(), ilSession\has(), and ilSession\set().
Here is the call graph for this function:| ILIAS\BookingManager\Reservation\ReservationTableSessionRepository::setObjectFilter | ( | string | $form_id, |
| string | $filter_value | ||
| ) |
Definition at line 36 of file class.ReservationTableSessionRepository.php.
References ilSession\get(), ilSession\has(), and ilSession\set().
Here is the call graph for this function:| const ILIAS\BookingManager\Reservation\ReservationTableSessionRepository::KEY_BASE = "repo_clip" |
Definition at line 30 of file class.ReservationTableSessionRepository.php.