Exemplo n.º 1
0
 public static function LOWER_CASE()
 {
     if (!TextCase::$lowerCase) {
         TextCase::$lowerCase = new TextCase('LOWER_CASE');
     }
     return TextCase::$lowerCase;
 }