GraphAware\Neo4j\OGM\Metadata\ClassMetadata::isNodeEntity PHP Method

isNodeEntity() public method

public isNodeEntity ( ) : boolean
return boolean
    public function isNodeEntity()
    {
        return $this->entityAnnotation instanceof Node;
    }