JpnForPhp\Transliterator\TransliterationSystem::postTransliterate PHP Method

postTransliterate() protected method

To be executed after the transliteration workflow.
protected postTransliterate ( string $str ) : string
$str string The transliterated string.
return string The transliterated string.
    protected function postTransliterate($str)
    {
        return $str;
    }