프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface |
메소드 | 설명 | |
---|---|---|
__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. |
public __construct ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) | ||
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | The object manager |
public resolveInterceptorClass ( string $name ) : string | ||
$name | string | The (short) name of the interceptor |
리턴 | string | The class name of the security interceptor, NULL if no class was found. |