47 $reader->pushContext();
48 $reader->elementMap[
'{DAV:}prop'] =
'Sabre\Xml\Deserializer\enum';
55 $reader->popContext();
59 if (!empty($elems[
'prop'])) {
60 $report->properties = $elems[
'prop'];
static xmlDeserialize(Reader $reader)
The deserialize method is called during xml parsing.
keyValue(Reader $reader, $namespace=null)
This class provides a number of 'deserializer' helper functions.
The Reader class expands upon PHP's built-in XMLReader.
Implementing the XmlDeserializable interface allows you to use a class as a deserializer for a specif...
AclPrincipalPropSet request parser.