21 '{DAV:}multistatus' =>
'Sabre\\DAV\\Xml\\Response\\MultiStatus',
22 '{DAV:}response' =>
'Sabre\\DAV\\Xml\\Element\\Response',
25 '{DAV:}propfind' =>
'Sabre\\DAV\\Xml\\Request\\PropFind',
26 '{DAV:}propertyupdate' =>
'Sabre\\DAV\\Xml\\Request\\PropPatch',
27 '{DAV:}mkcol' =>
'Sabre\\DAV\\Xml\\Request\\MkCol',
30 '{DAV:}resourcetype' =>
'Sabre\\DAV\\Xml\\Property\\ResourceType',
44 'http://sabredav.org/ns' =>
's',
$elementMap
This is a list of XML elements that we automatically map to PHP classes.
XML parsing and writing service.