프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$persistenceManager | Neos\Flow\Persistence\PersistenceManagerInterface | ||
$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. |
메소드 | 설명 | |
---|---|---|
canConvertFrom ( object $source, string $targetType ) : boolean | Check if the given object has an identity. | |
convertFrom ( object $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : array | Converts the given source object to an array containing the type and identity. |
public convertFrom ( object $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : array | ||
$source | object | |
$targetType | string | |
$convertedChildProperties | array | |
$configuration | Neos\Flow\Property\PropertyMappingConfigurationInterface | |
리턴 | array |
protected PersistenceManagerInterface,Neos\Flow\Persistence $persistenceManager | ||
리턴 | Neos\Flow\Persistence\PersistenceManagerInterface |
protected array |
||
리턴 | array |
protected string $targetType | ||
리턴 | string |