Свойство | Тип | Описание | |
---|---|---|---|
$disallowedPayloadProperties | |||
$nodeService | |||
$objectManager | TYPO3\Flow\Object\ObjectManagerInterface | ||
$objectManager | TYPO3\Flow\ObjectManagement\ObjectManagerInterface | ||
$persistenceManager | TYPO3\Flow\Persistence\PersistenceManagerInterface | ||
$priority | integer | ||
$propertyMapper | TYPO3\Flow\Property\PropertyMapper | ||
$reflectionService | TYPO3\Flow\Reflection\ReflectionService | ||
$sourceTypes | array | ||
$targetType | string | ||
$typeMap | array |
Метод | Описание | |
---|---|---|
convertFrom ( array $source, string $targetType, array $subProperties = [], TYPO3\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : mixed | Converts a accordingly formatted, associative array to a change collection |
Метод | Описание | |
---|---|---|
convertChangeData ( array $changeData ) : Neos\Neos\Ui\Domain\Model\ChangeInterface | Convert array to change interface |
protected convertChangeData ( array $changeData ) : Neos\Neos\Ui\Domain\Model\ChangeInterface | ||
$changeData | array | |
Результат | Neos\Neos\Ui\Domain\Model\ChangeInterface |
public convertFrom ( array $source, string $targetType, array $subProperties = [], TYPO3\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : mixed | ||
$source | array | |
$targetType | string | not used |
$subProperties | array | not used |
$configuration | TYPO3\Flow\Property\PropertyMappingConfigurationInterface | not used |
Результат | mixed | An object or \TYPO3\Flow\Error\Error if the input format is not supported or could not be converted for other reasons |
protected NodeService,Neos\Neos\Ui\TYPO3CR\Service $nodeService | ||
Результат |
protected ObjectManagerInterface,TYPO3\Flow\Object $objectManager | ||
Результат | TYPO3\Flow\Object\ObjectManagerInterface |
protected ObjectManagerInterface,TYPO3\Flow\ObjectManagement $objectManager | ||
Результат | TYPO3\Flow\ObjectManagement\ObjectManagerInterface |
protected PersistenceManagerInterface,TYPO3\Flow\Persistence $persistenceManager | ||
Результат | TYPO3\Flow\Persistence\PersistenceManagerInterface |
protected PropertyMapper,TYPO3\Flow\Property $propertyMapper | ||
Результат | TYPO3\Flow\Property\PropertyMapper |
protected ReflectionService,TYPO3\Flow\Reflection $reflectionService | ||
Результат | TYPO3\Flow\Reflection\ReflectionService |