ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Service.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Sabre\DAV\Xml
;
4
12
class
Service
extends
\Sabre\Xml\Service
{
13
20
public
$elementMap
= [
21
'{DAV:}multistatus'
=>
'Sabre\\DAV\\Xml\\Response\\MultiStatus'
,
22
'{DAV:}response'
=>
'Sabre\\DAV\\Xml\\Element\\Response'
,
23
24
// Requests
25
'{DAV:}propfind'
=>
'Sabre\\DAV\\Xml\\Request\\PropFind'
,
26
'{DAV:}propertyupdate'
=>
'Sabre\\DAV\\Xml\\Request\\PropPatch'
,
27
'{DAV:}mkcol'
=>
'Sabre\\DAV\\Xml\\Request\\MkCol'
,
28
29
// Properties
30
'{DAV:}resourcetype'
=>
'Sabre\\DAV\\Xml\\Property\\ResourceType'
,
31
32
];
33
42
public
$namespaceMap
= [
43
'DAV:'
=>
'd'
,
44
'http://sabredav.org/ns'
=>
's'
,
45
];
46
47
}
php
An exception for terminatinating execution or to throw for unit testing.
Sabre\DAV\Xml\Service
XML service for WebDAV.
Definition:
Service.php:12
Sabre\DAV\Xml\Service\$elementMap
$elementMap
This is a list of XML elements that we automatically map to PHP classes.
Definition:
Service.php:20
Sabre\DAV\Xml\Service\$namespaceMap
$namespaceMap
Definition:
Service.php:42
Sabre\Xml\Service
XML parsing and writing service.
Definition:
Service.php:16
Sabre\DAV\Xml
libs
composer
vendor
sabre
dav
lib
DAV
Xml
Service.php
Generated on Thu Oct 2 2025 19:01:05 for ILIAS by
1.9.4 (using
Doxyfile
)