PHP Класс Neos\Flow\I18n\LocaleTypeConverter

Наследование: extends Neos\Flow\Property\TypeConverter\AbstractTypeConverter
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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