PHP Класс Neos\Neos\Ui\TypeConverter\ChangeCollectionConverter

Наследование: extends TYPO3\Flow\Property\TypeConverter\AbstractTypeConverter
Показать файл Открыть проект

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

Свойство Тип Описание
$disallowedPayloadProperties
$nodeService Neos\Neos\Ui\TYPO3CR\Service\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

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

convertChangeData() защищенный Метод

Convert array to change interface
protected convertChangeData ( array $changeData ) : Neos\Neos\Ui\Domain\Model\ChangeInterface
$changeData array
Результат Neos\Neos\Ui\Domain\Model\ChangeInterface

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

Converts a accordingly formatted, associative array to a change collection
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

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

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

protected $disallowedPayloadProperties

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

protected NodeService,Neos\Neos\Ui\TYPO3CR\Service $nodeService
Результат Neos\Neos\Ui\TYPO3CR\Service\NodeService

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

protected ObjectManagerInterface,TYPO3\Flow\Object $objectManager
Результат TYPO3\Flow\Object\ObjectManagerInterface

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

protected ObjectManagerInterface,TYPO3\Flow\ObjectManagement $objectManager
Результат TYPO3\Flow\ObjectManagement\ObjectManagerInterface

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

protected PersistenceManagerInterface,TYPO3\Flow\Persistence $persistenceManager
Результат TYPO3\Flow\Persistence\PersistenceManagerInterface

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

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

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

protected PropertyMapper,TYPO3\Flow\Property $propertyMapper
Результат TYPO3\Flow\Property\PropertyMapper

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

protected ReflectionService,TYPO3\Flow\Reflection $reflectionService
Результат TYPO3\Flow\Reflection\ReflectionService

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

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

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

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

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

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