Neos\ContentRepository\Security\Authorization\Privilege\Node\AbstractNodePrivilege::matchesMethod PHP Method

matchesMethod() public method

public matchesMethod ( string $className, string $methodName ) : boolean
$className string
$methodName string
return boolean
    public function matchesMethod($className, $methodName)
    {
        $this->initialize();
        return $this->methodPrivilege->matchesMethod($className, $methodName);
    }