PHP Class Neos\Flow\Security\Authorization\InterceptorResolver

ファイルを表示 Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

Public Methods

Method Description
__construct ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) Constructor.
resolveInterceptorClass ( string $name ) : string Resolves the class name of a security interceptor. If a valid interceptor class name is given, it is just returned.

Method Details

__construct() public method

Constructor.
public __construct ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager )
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface The object manager

resolveInterceptorClass() public method

Resolves the class name of a security interceptor. If a valid interceptor class name is given, it is just returned.
public resolveInterceptorClass ( string $name ) : string
$name string The (short) name of the interceptor
return string The class name of the security interceptor, NULL if no class was found.

Property Details

$objectManager protected_oe property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
return Neos\Flow\ObjectManagement\ObjectManagerInterface