'Sabre\\DAV\\Xml\\Response\\MultiStatus', '{DAV:}response' => 'Sabre\\DAV\\Xml\\Element\\Response', // Requests '{DAV:}propfind' => 'Sabre\\DAV\\Xml\\Request\\PropFind', '{DAV:}propertyupdate' => 'Sabre\\DAV\\Xml\\Request\\PropPatch', '{DAV:}mkcol' => 'Sabre\\DAV\\Xml\\Request\\MkCol', // Properties '{DAV:}resourcetype' => 'Sabre\\DAV\\Xml\\Property\\ResourceType', ]; /** * This is a default list of namespaces. * * If you are defining your own custom namespace, add it here to reduce * bandwidth and improve legibility of xml bodies. * * @var array */ public $namespaceMap = [ 'DAV:' => 'd', 'http://sabredav.org/ns' => 's', ]; }