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

상속: extends NodePrivilegeContext
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$propertyNames array

공개 메소드들

메소드 설명
getNodePropertyNames ( ) : array
hasProperties ( ) : boolean Whether or not this context is bound to specific properties
nodePropertyIsIn ( string | array $propertyNames ) : boolean

메소드 상세

getNodePropertyNames() 공개 메소드

public getNodePropertyNames ( ) : array
리턴 array

hasProperties() 공개 메소드

Whether or not this context is bound to specific properties
public hasProperties ( ) : boolean
리턴 boolean

nodePropertyIsIn() 공개 메소드

public nodePropertyIsIn ( string | array $propertyNames ) : boolean
$propertyNames string | array
리턴 boolean

프로퍼티 상세

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

protected array $propertyNames
리턴 array