ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilDBInterface $db) | |
checkIfLockExistsInDB (string $token) | |
getLockObjectWithTokenFromDB (string $token) | |
getLockObjectWithObjIdFromDB (int $obj_id) | |
saveLockToDB (ilWebDAVLockObject $ilias_lock) | |
removeLockWithTokenFromDB (string $token) | |
purgeExpiredLocksFromDB () | |
updateLocks (int $old_obj_id, int $new_obj_id) | |
Protected Attributes | |
ilDBInterface | $db |
Private Attributes | |
string | $lock_table = 'dav_lock' |
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
Definition at line 25 of file class.ilWebDAVLocksRepository.php.
ilWebDAVLocksRepository::__construct | ( | ilDBInterface | $db | ) |
ilWebDAVLocksRepository::checkIfLockExistsInDB | ( | string | $token | ) |
Definition at line 36 of file class.ilWebDAVLocksRepository.php.
ilWebDAVLocksRepository::getLockObjectWithObjIdFromDB | ( | int | $obj_id | ) |
Definition at line 74 of file class.ilWebDAVLocksRepository.php.
References $query.
ilWebDAVLocksRepository::getLockObjectWithTokenFromDB | ( | string | $token | ) |
Definition at line 49 of file class.ilWebDAVLocksRepository.php.
References $query.
ilWebDAVLocksRepository::purgeExpiredLocksFromDB | ( | ) |
Definition at line 117 of file class.ilWebDAVLocksRepository.php.
ilWebDAVLocksRepository::removeLockWithTokenFromDB | ( | string | $token | ) |
Definition at line 112 of file class.ilWebDAVLocksRepository.php.
ilWebDAVLocksRepository::saveLockToDB | ( | ilWebDAVLockObject | $ilias_lock | ) |
Definition at line 98 of file class.ilWebDAVLocksRepository.php.
References ilWebDAVLockObject\getDavOwner(), ilWebDAVLockObject\getDepth(), ilWebDAVLockObject\getExpires(), ilWebDAVLockObject\getIliasOwner(), ilWebDAVLockObject\getObjId(), ilWebDAVLockObject\getScope(), ilWebDAVLockObject\getToken(), and ilWebDAVLockObject\getType().
ilWebDAVLocksRepository::updateLocks | ( | int | $old_obj_id, |
int | $new_obj_id | ||
) |
Definition at line 122 of file class.ilWebDAVLocksRepository.php.
|
protected |
Definition at line 27 of file class.ilWebDAVLocksRepository.php.
Referenced by __construct().
|
private |
Definition at line 29 of file class.ilWebDAVLocksRepository.php.