Neos\Flow\Security\Authorization\AfterInvocationProcessorInterface::supports PHP Метод

supports() публичный Метод

Returns TRUE if this after invocation processor can process return objects of the given class name
public supports ( string $className ) : boolean
$className string The class name that should be checked
Результат boolean TRUE if this access decision manager can decide on objects with the given class name
    public function supports($className);
AfterInvocationProcessorInterface