Neos\ContentRepository\Security\Authorization\Privilege\Node\CreateNodePrivilegeSubject::getCreationNodeType PHP Method

getCreationNodeType() public method

public getCreationNodeType ( ) : NodeType
return Neos\ContentRepository\Domain\Model\NodeType
    public function getCreationNodeType()
    {
        return $this->creationNodeType;
    }