PHP Interface Yasumi\TranslationsInterface

Afficher le fichier Open project: azuyalabs/yasumi Interface Usage Examples

Méthodes publiques

Méthode Description
getTranslation ( string $shortName, string $locale ) : string | null Returns translation for holiday in specific locale.
getTranslations ( string $shortName ) : array Returns all available translations for holiday.

Method Details

getTranslation() public méthode

Returns translation for holiday in specific locale.
public getTranslation ( string $shortName, string $locale ) : string | null
$shortName string holiday short name
$locale string locale
Résultat string | null translated holiday name

getTranslations() public méthode

Returns all available translations for holiday.
public getTranslations ( string $shortName ) : array
$shortName string holiday short name
Résultat array holiday name translations ['' => '', ...]