Exemplo n.º 1
0
 /**
  * Resets the configuration of the class
  *
  * @internal
  *
  * @return void
  */
 public static function reset()
 {
     self::$email_columns = array();
     self::$link_columns = array();
     self::$number_columns = array();
     self::$random_columns = array();
 }