Exemplo n.º 1
0
Arquivo: Smarty.php Projeto: acp3/core
 /**
  * @inheritdoc
  */
 public function templateExists($template)
 {
     return $this->smarty->templateExists($template);
 }