PHP 클래스 GraphAware\Neo4j\OGM\Metadata\ClassMetadata

파일 보기 프로젝트 열기: graphaware/neo4j-php-ogm 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$entityAnnotation GraphAware\Neo4j\OGM\Annotations\Entity | GraphAware\Neo4j\OGM\Annotations\Node | GraphAware\Neo4j\OGM\Annotations\RelationshipEntity

공개 메소드들

메소드 설명
__construct ( GraphAware\Neo4j\OGM\Annotations\Entity $entityAnnotation )
getLabel ( ) : string
getRelationshipType ( ) : string
isNodeEntity ( ) : boolean
isRelationshipEntity ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( GraphAware\Neo4j\OGM\Annotations\Entity $entityAnnotation )
$entityAnnotation GraphAware\Neo4j\OGM\Annotations\Entity

getLabel() 공개 메소드

public getLabel ( ) : string
리턴 string

getRelationshipType() 공개 메소드

public getRelationshipType ( ) : string
리턴 string

isNodeEntity() 공개 메소드

public isNodeEntity ( ) : boolean
리턴 boolean

isRelationshipEntity() 공개 메소드

public isRelationshipEntity ( ) : boolean
리턴 boolean

프로퍼티 상세

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

protected Entity,GraphAware\Neo4j\OGM\Annotations|Node,GraphAware\Neo4j\OGM\Annotations|RelationshipEntity,GraphAware\Neo4j\OGM\Annotations $entityAnnotation
리턴 GraphAware\Neo4j\OGM\Annotations\Entity | GraphAware\Neo4j\OGM\Annotations\Node | GraphAware\Neo4j\OGM\Annotations\RelationshipEntity