ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
LockTokenMatchesRequestUri.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\DAV\Exception
;
4
5
use
Sabre\DAV
;
6
16
class
LockTokenMatchesRequestUri
extends
Conflict
{
17
21
function
__construct
() {
22
23
$this->message =
'The locktoken supplied does not match any locks on this entity'
;
24
25
}
26
34
function
serialize
(DAV\
Server
$server
, \
DOMElement
$errorNode) {
35
36
$error = $errorNode->ownerDocument->createElementNS(
'DAV:'
,
'd:lock-token-matches-request-uri'
);
37
$errorNode->appendChild($error);
38
39
}
40
41
}
Sabre\DAV
Sabre\DAV\Exception\LockTokenMatchesRequestUri
LockTokenMatchesRequestUri.
Definition:
LockTokenMatchesRequestUri.php:16
$server
$server
Definition:
sabredav.php:48
Sabre\DAV\Exception\LockTokenMatchesRequestUri\serialize
serialize(DAV\Server $server, \DOMElement $errorNode)
This method allows the exception to include additional information into the WebDAV error response...
Definition:
LockTokenMatchesRequestUri.php:34
Sabre\DAV\Exception\Conflict
Conflict.
Definition:
Conflict.php:17
DOMElement
Sabre\DAV\Server
Main DAV server class.
Definition:
Server.php:23
Sabre\DAV\Exception\LockTokenMatchesRequestUri\__construct
__construct()
Creates the exception.
Definition:
LockTokenMatchesRequestUri.php:21
php
Sabre\DAV\Exception
Definition:
BadRequest.php:3
libs
composer
vendor
sabre
dav
lib
DAV
Exception
LockTokenMatchesRequestUri.php
Generated on Sun Mar 2 2025 19:01:30 for ILIAS by
1.8.13 (using
Doxyfile
)