PHP Class Neos\Flow\Security\Policy\RoleConverter

Inheritance: extends Neos\Flow\Property\TypeConverter\AbstractTypeConverter
ファイルを表示 Open project: neos/flow-development-collection

Protected Properties

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

Public Methods

Method Description
convertFrom ( mixed $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : object Convert an object from $source to an object.

Method Details

convertFrom() public method

Convert an object from $source to an object.
public convertFrom ( mixed $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : object
$source mixed
$targetType string
$convertedChildProperties array
$configuration Neos\Flow\Property\PropertyMappingConfigurationInterface
return object the target type

Property Details

$policyService protected_oe property

protected PolicyService,Neos\Flow\Security\Policy $policyService
return PolicyService

$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