Exemple #1
0
 public static function normalize($name)
 {
     $name = Properties::clean($name);
     return strtolower($name);
 }