PHP Class Neos\Flow\Tests\Functional\Command\TableNodeConverter

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

Protected Properties

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

Public Methods

Method Description
convertFrom ( mixed $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : TableNode Actually convert from $source to $targetType, by doing a typecast.

Method Details

convertFrom() public method

Actually convert from $source to $targetType, by doing a typecast.
public convertFrom ( mixed $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : TableNode
$source mixed
$targetType string
$convertedChildProperties array
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
return TableNode

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