PHP 클래스 GraphAware\Neo4j\OGM\Metadata\Factory\GraphEntityMetadataFactory

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

공개 메소드들

메소드 설명
__construct ( Doctrine\Common\Annotations\Reader $reader )
create ( string $className ) : NodeEntityMetadata | RelationshipEntityMetadata

메소드 상세

__construct() 공개 메소드

public __construct ( Doctrine\Common\Annotations\Reader $reader )
$reader Doctrine\Common\Annotations\Reader

create() 공개 메소드

public create ( string $className ) : NodeEntityMetadata | RelationshipEntityMetadata
$className string
리턴 GraphAware\Neo4j\OGM\Metadata\NodeEntityMetadata | GraphAware\Neo4j\OGM\Metadata\RelationshipEntityMetadata