PHP 클래스 Neos\Neos\Service\Mapping\DateStringConverter

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

보호된 프로퍼티들

프로퍼티 타입 설명
$priority integer The priority for this converter.
$sourceTypes array The source types this converter can convert.
$targetType string The target type this converter can convert to.

공개 메소드들

메소드 설명
convertFrom ( DateTime $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string

메소드 상세

convertFrom() 공개 메소드

public convertFrom ( DateTime $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string
$source DateTime
$targetType string
$convertedChildProperties array
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
리턴 string the target type

프로퍼티 상세

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

The priority for this converter.
protected int $priority
리턴 integer

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

The source types this converter can convert.
protected array $sourceTypes
리턴 array

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

The target type this converter can convert to.
protected string $targetType
리턴 string