PHP Class Neos\Flow\Security\Authorization\InterceptorResolver

Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

Méthodes publiques

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

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

resolveInterceptorClass() public méthode

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
Résultat 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
Résultat Neos\Flow\ObjectManagement\ObjectManagerInterface