PHP 클래스 Neos\Flow\Property\TypeConverter\UriTypeConverter

This converter simply creates a Neos\Flow\Http\Uri instance from the source string.
상속: extends AbstractTypeConverter
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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