LockInfo
LockInfo class.
An object of the LockInfo class holds all the information relevant to a single lock.
- Full name:
\Sabre\DAV\Locks\LockInfo
Constants
Constant | Visibility | Type | Value |
---|---|---|---|
SHARED |
public | 1 | |
EXCLUSIVE |
public | 2 | |
TIMEOUT_INFINITE |
public | -1 |
Properties
owner
The owner of the lock.
token
The locktoken.
timeout
How long till the lock is expiring.
created
UNIX Timestamp of when this lock was created.
scope
Exclusive or shared lock.
depth
Depth of lock, can be 0 or Sabre\DAV\Server::DEPTH_INFINITY.
uri
The uri this lock locks.
TODO: This value is not always set
Automatically generated on 2025-03-18