示例#1
0
文件: Smarty.php 项目: acp3/core
 /**
  * @inheritdoc
  */
 public function templateExists($template)
 {
     return $this->smarty->templateExists($template);
 }