72 foreach ($this->emails as
$email) {
74 $writer->
writeElement(
'{http://calendarserver.org/ns/}email-address', $email);
email-address-set property
Objects implementing XmlSerializable can control how they are represented in Xml. ...
getValue()
Returns the email addresses.
xmlSerialize(Writer $writer)
The xmlSerialize method is called during xml writing.
__construct(array $emails)
__construct
writeElement($name, $content=null)
Write a full element tag and it's contents.