Neos\ContentRepository\Security\Authorization\Privilege\Node\RemoveNodePrivilege::buildMethodPrivilegeMatcher PHP 메소드

buildMethodPrivilegeMatcher() 보호된 메소드

protected buildMethodPrivilegeMatcher ( ) : string
리턴 string
    protected function buildMethodPrivilegeMatcher()
    {
        return 'within(' . NodeInterface::class . ') && method(.*->(remove|setRemoved)())';
    }