PHP 클래스 Neos\Neos\Service\TransliterationService

파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$localizationService Neos\Flow\I18n\Service
$transliterationRules boolean

공개 메소드들

메소드 설명
transliterate ( string $text, string $language = null ) : string Translaterates UTF-8 string to ASCII. (北京 to 'Bei Jing')

메소드 상세

transliterate() 공개 메소드

Accepts language parameter that maps to a configurable array of special transliteration rules if present.
public transliterate ( string $text, string $language = null ) : string
$text string Text to transliterate
$language string Optional language for specific rules (falls back to current locale if not provided)
리턴 string

프로퍼티 상세

$localizationService 보호되어 있는 프로퍼티

protected Service,Neos\Flow\I18n $localizationService
리턴 Neos\Flow\I18n\Service

$transliterationRules 보호되어 있는 프로퍼티

protected bool $transliterationRules
리턴 boolean