예제 #1
0
파일: Event.php 프로젝트: shonm/php-resque
 /**
  * Call all registered listeners.
  */
 public static function clearListeners()
 {
     self::$events = array();
 }
예제 #2
0
 /**
  * Clear all registered listeners.
  */
 public static function clear()
 {
     self::$events = array();
 }