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