JpnForPhp\Transliterator\TransliterationSystem::preTransliterate PHP 메소드

preTransliterate() 보호된 메소드

To be executed before the transliteration workflow.
protected preTransliterate ( string $str ) : string
$str string The input string.
리턴 string The string ready for transliteration.
    protected function preTransliterate($str)
    {
        return $str;
    }