コード例 #1
0
ファイル: Index.php プロジェクト: Eden-PHP/Handlebars
 /**
  * The opposite of registerHelper
  *
  * @param *string $name the helper name
  *
  * @return Eden\Handlebars\Index
  */
 public function unregisterHelper($name)
 {
     Runtime::unregisterHelper($name);
     return $this;
 }