Ejemplo n.º 1
0
 /**
  * The opposite of registerPartial
  *
  * @param *string $name the partial name
  *
  * @return Eden\Handlebars\Index
  */
 public function unregisterPartial($name)
 {
     Runtime::unregisterPartial($name);
     return $this;
 }