PHP Class Neos\ContentRepository\TypeConverter\NodeSerializer

Inheritance: extends Neos\Flow\Property\TypeConverter\AbstractTypeConverter
Datei anzeigen Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$priority integer
$sourceTypes array
$targetType string

Public Methods

Method Description
convertFrom ( Neos\ContentRepository\Domain\Model\NodeInterface $source, string $targetType = null, array $subProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string

Method Details

convertFrom() public method

public convertFrom ( Neos\ContentRepository\Domain\Model\NodeInterface $source, string $targetType = null, array $subProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : string
$source Neos\ContentRepository\Domain\Model\NodeInterface The node instance
$targetType string not used
$subProperties array not used
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
return string The node context path

Property Details

$priority protected_oe property

protected int $priority
return integer

$sourceTypes protected_oe property

protected array $sourceTypes
return array

$targetType protected_oe property

protected string $targetType
return string