Files

3 lines
72 B
PHP

$xml = Xml::fromArray(array('response' => $event));
echo $xml->asXML();