PHP Class Neos\Flow\Security\Policy\RoleConverter

Inheritance: extends Neos\Flow\Property\TypeConverter\AbstractTypeConverter
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$policyService PolicyService
$priority integer
$sourceTypes array
$targetType string

Méthodes publiques

Méthode 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 méthode

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
Résultat object the target type

Property Details

$policyService protected_oe property

protected PolicyService,Neos\Flow\Security\Policy $policyService
Résultat PolicyService

$priority protected_oe property

protected int $priority
Résultat integer

$sourceTypes protected_oe property

protected array $sourceTypes
Résultat array

$targetType protected_oe property

protected string $targetType
Résultat string