Beispiel #1
0
 /**
  * @inheritdoc
  */
 public function display($template, $cacheId = null, $compileId = null, $parent = null)
 {
     return $this->smarty->display($template, $cacheId, $compileId, $parent);
 }