yupe\helpers\YFile::getTranslatedName PHP 메소드

getTranslatedName() 공개 정적인 메소드

public static getTranslatedName ( $word ) : mixed | string
$word
리턴 mixed | string
    public static function getTranslatedName($word)
    {
        return YText::translit($word);
    }