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