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

isRelationshipEntity() public method

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