3 lines
73 B
Plaintext
3 lines
73 B
Plaintext
|
$xml = Xml::fromArray(array('response' => $events));
|
||
|
echo $xml->asXML();
|