コード例 #1
0
ファイル: WidgetsList.php プロジェクト: carriercomm/piwik
 /**
  * Method to reset the widget list
  * For testing only
  * @ignore
  */
 public static function _reset()
 {
     self::$widgets = null;
     self::$hookCalled = false;
 }
コード例 #2
0
ファイル: WidgetsList.php プロジェクト: josl/CGE-File-Sharing
 /**
  * Method to reset the widget list
  * For testing only
  * @ignore
  */
 public static function _reset()
 {
     self::$widgets = array();
     self::$hookCalled = false;
     self::getCacheForCompleteList()->clear();
 }