protected function render(Response $response) { $xml = new XmlWriter(); $xml->openMemory(); $xml->startDocument('1.0', 'UTF-8'); $response = clone $response ...
確定! 回上一頁