public
|
|
$elementMap = [
'{DAV:}multistatus' => 'Sabre\\DAV\\Xml\\Response\\MultiStatus',
'{DAV:}response' => 'Sabre\\DAV\\Xml\\Element\\Response',
'{DAV:}propfind' => 'Sabre\\DAV\\Xml\\Request\\PropFind',
'{DAV:}propertyupdate' => 'Sabre\\DAV\\Xml\\Request\\PropPatch',
'{DAV:}mkcol' => 'Sabre\\DAV\\Xml\\Request\\MkCol',
'{DAV:}resourcetype' => 'Sabre\\DAV\\Xml\\Property\\ResourceType',
]
This is a list of XML elements that we automatically map to PHP classes.
This is a list of XML elements that we automatically map to PHP classes.
For instance, this list may contain an entry {DAV:}propfind that would
be mapped to Sabre\DAV\Xml\Request\PropFind
|
#
|