Esempio n. 1
0
 /**
  * Resets the helpers and partials
  *
  * @return Eden\Handlebrs\Index
  */
 public function reset()
 {
     Runtime::flush();
     $this->__construct();
     return $this;
 }