コード例 #1
0
ファイル: TestCase.php プロジェクト: noiselabs/SmartyBundle
 protected function renderXml($name, $context = array())
 {
     $template = $this->createTemplate($name);
     return new \SimpleXMLElement($this->engine->render($template));
 }