Example #1
0
 /**
  * Method to reset the widget list
  * For testing only
  * @ignore
  */
 public static function _reset()
 {
     self::$widgets = null;
     self::$hookCalled = false;
 }
Example #2
0
 /**
  * Method to reset the widget list
  * For testing only
  * @ignore
  */
 public static function _reset()
 {
     self::$widgets = array();
     self::$hookCalled = false;
     self::getCacheForCompleteList()->clear();
 }