64 '{DAV:}sharee' =>
'Sabre\DAV\Xml\Element\Sharee',
65 '{DAV:}share-access' =>
'Sabre\DAV\Xml\Property\ShareAccess',
66 '{DAV:}prop' =>
'Sabre\Xml\Deserializer\keyValue',
71 foreach ($elems as $elem) {
72 if ($elem[
'name'] !==
'{DAV:}sharee')
continue;
parseInnerTree(array $elementMap=null)
Parses all elements below the current element.
__construct(array $sharees)
Constructor.
The Reader class expands upon PHP's built-in XMLReader.
ShareResource request parser.
static xmlDeserialize(Reader $reader)
The deserialize method is called during xml parsing.
Implementing the XmlDeserializable interface allows you to use a class as a deserializer for a specif...