PHP Класс Neos\ContentRepository\Security\Authorization\Privilege\Node\EditNodePrivilege

Наследование: extends AbstractNodePrivilege
Показать файл Открыть проект

Открытые методы

Метод Описание
matchesSubject ( Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface $subject ) : boolean

Защищенные методы

Метод Описание
buildMethodPrivilegeMatcher ( ) : string This is the pointcut expression for all methods to intercept. It targets all public methods that could change the outer state of a node.

Описание методов

buildMethodPrivilegeMatcher() защищенный Метод

Note: NodeInterface::setIndex() is excluded because that might be called by the system when redistributing nodes on one level
protected buildMethodPrivilegeMatcher ( ) : string
Результат string

matchesSubject() публичный Метод

public matchesSubject ( Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface $subject ) : boolean
$subject Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface
Результат boolean