Neos\ContentRepository\Security\Authorization\Privilege\Node\AbstractNodePrivilege::matchesMethod PHP Méthode

matchesMethod() public méthode

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