41 foreach ([
'i;ascii-casemap',
'i;octet',
'i;unicode-casemap'] as $coll) {
42 $writer->
writeElement(
'{urn:ietf:params:xml:ns:carddav}supported-collation', $coll);
An exception for terminatinating execution or to throw for unit testing.
supported-collation-set property
xmlSerialize(Writer $writer)
The xmlSerialize method is called during xml writing.
writeElement($name, $content=null)
Write a full element tag and it's contents.
Objects implementing XmlSerializable can control how they are represented in Xml.