PHP Класс Neos\Flow\Property\TypeConverter\UriTypeConverter

This converter simply creates a Neos\Flow\Http\Uri instance from the source string.
Наследование: extends AbstractTypeConverter
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$priority integer
$sourceTypes array
$targetType string

Открытые методы

Метод Описание
convertFrom ( string $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : Uri | Neos\Error\Messages\Error Converts the given string to a Uri object.

Описание методов

convertFrom() публичный Метод

Converts the given string to a Uri object.
public convertFrom ( string $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : Uri | Neos\Error\Messages\Error
$source string The URI to be converted
$targetType string
$convertedChildProperties array
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
Результат Neos\Flow\Http\Uri | Neos\Error\Messages\Error if the input format is not supported or could not be converted for other reasons

Описание свойств

$priority защищенное свойство

protected int $priority
Результат integer

$sourceTypes защищенное свойство

protected array $sourceTypes
Результат array

$targetType защищенное свойство

protected string $targetType
Результат string