PHP 인터페이스 Yasumi\TranslationsInterface

파일 보기 프로젝트 열기: azuyalabs/yasumi 0 사용 예제들

공개 메소드들

메소드 설명
getTranslation ( string $shortName, string $locale ) : string | null Returns translation for holiday in specific locale.
getTranslations ( string $shortName ) : array Returns all available translations for holiday.

메소드 상세

getTranslation() 공개 메소드

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

getTranslations() 공개 메소드

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