|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilWebDAVLockObject: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().
Here is the caller graph for this function:| ilWebDAVLockObject::getDepth | ( | ) |
Definition at line 84 of file class.ilWebDAVLockObject.php.
References $depth.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
Here is the caller graph for this function:| ilWebDAVLockObject::getExpires | ( | ) |
Definition at line 79 of file class.ilWebDAVLockObject.php.
References $expires.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
Here is the caller graph for this function:| ilWebDAVLockObject::getIliasOwner | ( | ) |
Definition at line 69 of file class.ilWebDAVLockObject.php.
References $ilias_owner.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
Here is the caller graph for this function:| ilWebDAVLockObject::getObjId | ( | ) |
Definition at line 64 of file class.ilWebDAVLockObject.php.
References $obj_id.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
Here is the caller graph for this function:| ilWebDAVLockObject::getScope | ( | ) |
Definition at line 94 of file class.ilWebDAVLockObject.php.
References $scope.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
Here is the caller graph for this function:| ilWebDAVLockObject::getToken | ( | ) |
Definition at line 59 of file class.ilWebDAVLockObject.php.
References $token.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
Here is the caller graph for this function:| ilWebDAVLockObject::getType | ( | ) |
Definition at line 89 of file class.ilWebDAVLockObject.php.
References $type.
Referenced by ilWebDAVLocksRepository\saveLockToDB().
Here is the caller graph for this function:
|
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().