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');
An exception for terminatinating execution or to throw for unit testing.
const NS_CALENDARSERVER
This is the namespace for the proprietary calendarserver extensions.
This plugin implements support for caldav sharing.
Invite-reply POST request parser.
__construct($href, $calendarUri, $inReplyTo, $summary, $status)
Constructor.
static xmlDeserialize(Reader $reader)
The deserialize method is called during xml parsing.
'KeyValue' parses out all child elements from a single node, and outputs a key=>value struct.
static xmlDeserialize(Xml\Reader $reader)
The deserialize method is called during xml parsing.
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...