Resque\Event::clear PHP Method

clear() public static method

Clear all registered listeners.
public static clear ( )
    public static function clear()
    {
        self::$events = array();
    }