コード例 #1
0
ファイル: Index.php プロジェクト: Eden-PHP/Handlebars
 /**
  * Resets the helpers and partials
  *
  * @return Eden\Handlebrs\Index
  */
 public function reset()
 {
     Runtime::flush();
     $this->__construct();
     return $this;
 }