PHP 클래스 Neos\ContentRepository\Security\Authorization\Privilege\Node\CreateNodePrivilege

상속: extends AbstractNodePrivilege
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$nodeContext CreateNodePrivilegeContext
$nodeContextClassName string

공개 메소드들

메소드 설명
getCreationNodeTypes ( ) : array
matchesSubject ( Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface $subject ) : boolean

보호된 메소드들

메소드 설명
buildMethodPrivilegeMatcher ( ) : string

메소드 상세

buildMethodPrivilegeMatcher() 보호된 메소드

protected buildMethodPrivilegeMatcher ( ) : string
리턴 string

getCreationNodeTypes() 공개 메소드

public getCreationNodeTypes ( ) : array
리턴 array $creationNodeTypes

matchesSubject() 공개 메소드

public matchesSubject ( Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface $subject ) : boolean
$subject Neos\Flow\Security\Authorization\Privilege\PrivilegeSubjectInterface
리턴 boolean

프로퍼티 상세

$nodeContext 보호되어 있는 프로퍼티

protected CreateNodePrivilegeContext,Neos\ContentRepository\Security\Authorization\Privilege\Node $nodeContext
리턴 CreateNodePrivilegeContext

$nodeContextClassName 보호되어 있는 프로퍼티

protected string $nodeContextClassName
리턴 string