コード例 #1
0
 /**
  * Resets the configuration of the class
  *
  * @internal
  *
  * @return void
  */
 public static function reset()
 {
     self::$cache = array();
     self::$order_bys = array();
     self::$related_record_names = array();
 }