Ejemplo n.º 1
0
Archivo: Smarty.php Proyecto: acp3/core
 /**
  * @inheritdoc
  */
 public function display($template, $cacheId = null, $compileId = null, $parent = null)
 {
     return $this->smarty->display($template, $cacheId, $compileId, $parent);
 }