Property | Type | Description | |
---|---|---|---|
$priority | integer | ||
$sessionManager | Neos\Flow\Session\SessionManagerInterface | ||
$sourceTypes | array | ||
$targetType | string |
Method | Description | |
---|---|---|
canConvertFrom ( mixed $source, string $targetType ) : boolean | This implementation always returns TRUE for this method. | |
convertFrom ( string $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : object | Convert a session identifier from $source to a Session object |
public convertFrom ( string $source, string $targetType, array $convertedChildProperties = [], Neos\Flow\Property\PropertyMappingConfigurationInterface $configuration = null ) : object | ||
$source | string | |
$targetType | string | |
$convertedChildProperties | array | |
$configuration | Neos\Flow\Property\PropertyMappingConfigurationInterface | |
return | object | the target type |
protected SessionManagerInterface,Neos\Flow\Session $sessionManager | ||
return | Neos\Flow\Session\SessionManagerInterface |