예제 #1
0
 /**
  * Resets the configuration and data of the class
  *
  * @internal
  *
  * @return void
  */
 public static function reset()
 {
     fSession::clear(__CLASS__ . '::');
     self::$loaded_values = array();
     self::$row_number = 1;
     self::$search_values = array();
     self::$sort_column = NULL;
     self::$sort_direction = NULL;
 }