$_registry
$_registry : \Horde_Registry
A registry object.
A locking backend.
getLocks(string $uri, boolean $returnChildLocks) : array
Returns a list of Sabre\DAV\Locks\LockInfo objects
This method should return all the locks for a particular uri, including locks that might be set on a parent uri.
If returnChildLocks is set to true, this method should also look for any locks in the subtree of the uri for locks.
string | $uri | |
boolean | $returnChildLocks |