ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
__construct (string $token, int $obj_id, int $ilias_owner, string $dav_owner, int $expires, int $depth, string $type, int $scope) | |
getToken () | |
getObjId () | |
getIliasOwner () | |
getDavOwner () | |
getExpires () | |
getDepth () | |
getType () | |
getScope () | |
getAsSabreDavLock (string $uri) | |
Protected Attributes | |
string | $token |
int | $obj_id |
int | $ilias_owner |
string | $dav_owner |
int | $expires |
int | $depth |
string | $type |
int | $scope |
Definition at line 28 of file class.ilWebDAVLockObject.php.
ilWebDAVLockObject::__construct | ( | string | $token, |
int | $obj_id, | ||
int | $ilias_owner, | ||
string | $dav_owner, | ||
int | $expires, | ||
int | $depth, | ||
string | $type, | ||
int | $scope | ||
) |
Definition at line 39 of file class.ilWebDAVLockObject.php.
References $dav_owner, $depth, $expires, $ilias_owner, $obj_id, $scope, $token, and $type.
ilWebDAVLockObject::getAsSabreDavLock | ( | string | $uri | ) |
Definition at line 99 of file class.ilWebDAVLockObject.php.
References $dav_owner, $depth, $scope, $timestamp, and $token.
ilWebDAVLockObject::getDavOwner | ( | ) |
Definition at line 74 of file class.ilWebDAVLockObject.php.
References $dav_owner.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getDepth | ( | ) |
Definition at line 84 of file class.ilWebDAVLockObject.php.
References $depth.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getExpires | ( | ) |
Definition at line 79 of file class.ilWebDAVLockObject.php.
References $expires.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getIliasOwner | ( | ) |
Definition at line 69 of file class.ilWebDAVLockObject.php.
References $ilias_owner.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getObjId | ( | ) |
Definition at line 64 of file class.ilWebDAVLockObject.php.
References $obj_id.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getScope | ( | ) |
Definition at line 94 of file class.ilWebDAVLockObject.php.
References $scope.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getToken | ( | ) |
Definition at line 59 of file class.ilWebDAVLockObject.php.
References $token.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
ilWebDAVLockObject::getType | ( | ) |
Definition at line 89 of file class.ilWebDAVLockObject.php.
References $type.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
|
protected |
Definition at line 33 of file class.ilWebDAVLockObject.php.
Referenced by __construct(), getAsSabreDavLock(), and getDavOwner().
|
protected |
Definition at line 35 of file class.ilWebDAVLockObject.php.
Referenced by __construct(), getAsSabreDavLock(), and getDepth().
|
protected |
Definition at line 34 of file class.ilWebDAVLockObject.php.
Referenced by __construct(), and getExpires().
|
protected |
Definition at line 32 of file class.ilWebDAVLockObject.php.
Referenced by __construct(), and getIliasOwner().
|
protected |
Definition at line 31 of file class.ilWebDAVLockObject.php.
Referenced by __construct(), and getObjId().
|
protected |
Definition at line 37 of file class.ilWebDAVLockObject.php.
Referenced by __construct(), getAsSabreDavLock(), and getScope().
|
protected |
Definition at line 30 of file class.ilWebDAVLockObject.php.
Referenced by __construct(), getAsSabreDavLock(), and getToken().
|
protected |
Definition at line 36 of file class.ilWebDAVLockObject.php.
Referenced by __construct(), and getType().