コード例 #1
0
ファイル: Hooks.php プロジェクト: sttt/kohana-hooks
 public static function reset()
 {
     Hooks::$_events = array();
 }