ILIAS
trunk Revision v11.0_alpha-1861-g09f3d197f78
|
Public Member Functions | |
__construct (protected string $token, protected int $obj_id, protected int $ilias_owner, protected string $dav_owner, protected int $expires, protected int $depth, protected string $type, protected int $scope) | |
getToken () | |
getObjId () | |
getIliasOwner () | |
getDavOwner () | |
getExpires () | |
getDepth () | |
getType () | |
getScope () | |
getAsSabreDavLock (string $uri) | |
Definition at line 28 of file class.ilWebDAVLockObject.php.
ilWebDAVLockObject::__construct | ( | protected string | $token, |
protected int | $obj_id, | ||
protected int | $ilias_owner, | ||
protected string | $dav_owner, | ||
protected int | $expires, | ||
protected int | $depth, | ||
protected string | $type, | ||
protected int | $scope | ||
) |
Definition at line 30 of file class.ilWebDAVLockObject.php.
ilWebDAVLockObject::getAsSabreDavLock | ( | string | $uri | ) |
Definition at line 82 of file class.ilWebDAVLockObject.php.
References $scope, $timestamp, and $token.
ilWebDAVLockObject::getDavOwner | ( | ) |
Definition at line 57 of file class.ilWebDAVLockObject.php.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getDepth | ( | ) |
Definition at line 67 of file class.ilWebDAVLockObject.php.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getExpires | ( | ) |
Definition at line 62 of file class.ilWebDAVLockObject.php.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getIliasOwner | ( | ) |
Definition at line 52 of file class.ilWebDAVLockObject.php.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getObjId | ( | ) |
Definition at line 47 of file class.ilWebDAVLockObject.php.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getScope | ( | ) |
Definition at line 77 of file class.ilWebDAVLockObject.php.
References $scope.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getToken | ( | ) |
Definition at line 42 of file class.ilWebDAVLockObject.php.
References $token.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getType | ( | ) |
Definition at line 72 of file class.ilWebDAVLockObject.php.
Referenced by ilWebDAVLocksRepository\saveLockToDB().