Doctrine\ODM\PHPCR\Mapping\ClassMetadata::hasUniqueNodeType PHP Method

hasUniqueNodeType() public method

Return true if this document has a unique node type among all mappings.
public hasUniqueNodeType ( ) : boolean
return boolean
    public function hasUniqueNodeType()
    {
        return $this->uniqueNodeType;
    }
ClassMetadata