62 # #### HELPERS #####################################################
117 return $this->
getLang()->mConverter->convertTo( $text, $variant );
121 return $this->
convertTo( $text,
'uz-cyrl' );
125 return $this->
convertTo( $text,
'uz-latn' );
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
Helping class to run tests using a clean language instance.
convertToCyrillic( $text)
testConversionToCyrillic()
assertUnConverted( $text, $variant, $msg='')
Wrapper to verify text stay the same after applying conversion.
assertCyrillic( $text, $msg='')
Verifiy the given Cyrillic text is not converted when using using the Cyrillic variant and converted ...
assertLatin( $text, $msg='')
Verifiy the given Latin text is not converted when using using the Latin variant and converted to Cyr...
convertTo( $text, $variant)
Wrapper for converter::convertTo() method.
assertConverted( $text, $variant, $msg='')
Wrapper to verify a text is different once converted to a variant.
testConversionToLatin()
LanguageConverter::convertTo.