yupe\helpers\YFile::getTranslatedName PHP Méthode

getTranslatedName() public static méthode

public static getTranslatedName ( $word ) : mixed | string
$word
Résultat mixed | string
    public static function getTranslatedName($word)
    {
        return YText::translit($word);
    }