ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (\ilDBInterface $db) | |
getSelectedObjects (int $pool_id, int $user_id) | |
setSelectedObjects (int $pool_id, int $user_id, array $obj_ids) | |
Protected Member Functions | |
deleteSelectedObjects (int $pool_id, int $user_id) | |
Protected Attributes | |
ilDBInterface | $db |
Definition at line 24 of file class.SelectedObjectsDBRepository.php.
ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository::__construct | ( | \ilDBInterface | $db | ) |
Definition at line 28 of file class.SelectedObjectsDBRepository.php.
References ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository\$db.
|
protected |
Definition at line 64 of file class.SelectedObjectsDBRepository.php.
References ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository\$db, and ilDBInterface\manipulateF().
Referenced by ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository\setSelectedObjects().
ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository::getSelectedObjects | ( | int | $pool_id, |
int | $user_id | ||
) |
Definition at line 34 of file class.SelectedObjectsDBRepository.php.
References ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository\$db, ILIAS\Repository\int(), and ilDBInterface\queryF().
ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository::setSelectedObjects | ( | int | $pool_id, |
int | $user_id, | ||
array | $obj_ids | ||
) |
Definition at line 51 of file class.SelectedObjectsDBRepository.php.
References ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository\$db, and ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository\deleteSelectedObjects().
|
protected |
Definition at line 26 of file class.SelectedObjectsDBRepository.php.
Referenced by ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository\__construct(), ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository\deleteSelectedObjects(), ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository\getSelectedObjects(), and ILIAS\BookingManager\BookingProcess\SelectedObjectsDBRepository\setSelectedObjects().