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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$creationNodeType Neos\ContentRepository\Domain\Model\NodeType

공개 메소드들

메소드 설명
__construct ( Neos\ContentRepository\Domain\Model\NodeInterface $node, NodeType $creationNodeType = null, Neos\Flow\Aop\JoinPointInterface $joinPoint = null )
getCreationNodeType ( ) : NodeType
hasCreationNodeType ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( Neos\ContentRepository\Domain\Model\NodeInterface $node, NodeType $creationNodeType = null, Neos\Flow\Aop\JoinPointInterface $joinPoint = null )
$node Neos\ContentRepository\Domain\Model\NodeInterface The parent node under which a new child shall be created
$creationNodeType Neos\ContentRepository\Domain\Model\NodeType The node type of the new child node, to check if this is type is allowed as new child node under the given parent node
$joinPoint Neos\Flow\Aop\JoinPointInterface Set, if created by a method interception. Usually the interception of the createNode() method, where the creation of new child nodes takes place

getCreationNodeType() 공개 메소드

public getCreationNodeType ( ) : NodeType
리턴 Neos\ContentRepository\Domain\Model\NodeType

hasCreationNodeType() 공개 메소드

public hasCreationNodeType ( ) : boolean
리턴 boolean

프로퍼티 상세

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

protected NodeType,Neos\ContentRepository\Domain\Model $creationNodeType
리턴 Neos\ContentRepository\Domain\Model\NodeType