113 foreach ($elems as
$name => $value) {
118 foreach ($value as $bla) {
119 if ($bla[
'name'] ===
'{DAV:}href') {
143 throw new BadRequest(
'The {http://calendarserver.org/ns/}hosturl/{DAV:}href element must exist');
static xmlDeserialize(Reader $reader)
The deserialize method is called during xml parsing.
__construct($href, $calendarUri, $inReplyTo, $summary, $status)
Constructor.
static xmlDeserialize(Xml\Reader $reader)
The deserialize method is called during xml parsing.
const NS_CALENDARSERVER
This is the namespace for the proprietary calendarserver extensions.
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...
Invite-reply POST request parser.