예제 #1
0
파일: Hooks.php 프로젝트: sttt/kohana-hooks
 public static function reset()
 {
     Hooks::$_events = array();
 }