Home
last modified time | relevance | path

Searched defs:locksBackend (Results 1 – 3 of 3) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php30 protected $locksBackend; variable in Sabre\\DAV\\Locks\\Plugin
44 function __construct(Backend\BackendInterface $locksBackend) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php30 protected $locksBackend; variable in Sabre\\DAV\\Locks\\Plugin
44 function __construct(Backend\BackendInterface $locksBackend) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php52 protected $locksBackend; variable in Sabre\\DAVServerTest