Метод | Описание | |
---|---|---|
process ( |
Processes the given return object. May throw an security exception or filter the result depending on the current user rights. | |
supports ( string $className ) : boolean | Returns TRUE if a appropriate after invocation processor is available to process return objects of the given classname |
public process ( |
||
$securityContext | The current security context | |
$object | object | The return object to be processed |
$joinPoint | Neos\Flow\Aop\JoinPointInterface | The joinpoint of the returning method |
Результат | boolean | TRUE if access is granted, FALSE if the manager abstains from decision |