PHP 클래스 Neos\Flow\I18n\LocaleTypeConverter

상속: extends Neos\Flow\Property\TypeConverter\AbstractTypeConverter
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$priority integer
$sourceTypes string
$targetType string

공개 메소드들

메소드 설명
convertFrom ( string $source, Locale $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : Locale Convert the given $source (a locale identifier string) to $targetType (Locale)

메소드 상세

convertFrom() 공개 메소드

Convert the given $source (a locale identifier string) to $targetType (Locale)
public convertFrom ( string $source, Locale $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : Locale
$source string the locale string
$targetType Locale
$convertedChildProperties array
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
리턴 Locale

프로퍼티 상세

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

protected int $priority
리턴 integer

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

protected string $sourceTypes
리턴 string

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

protected string $targetType
리턴 string