コード例 #1
0
ファイル: Default.php プロジェクト: nvdnkpr/Enlight
 /**
  * Renders the current template.
  *
  * @return  string
  */
 public function render()
 {
     return $this->template->fetch();
 }