Neos\Flow\Security\Authorization\Privilege\PrivilegeInterface::matchesSubject PHP Метод

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

Returns TRUE, if this privilege covers the given subject
public matchesSubject ( PrivilegeSubjectInterface $subject ) : boolean
$subject PrivilegeSubjectInterface
Результат boolean
    public function matchesSubject(PrivilegeSubjectInterface $subject);