GraphAware\Neo4j\OGM\Finder\RelationshipEntityFinder::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( EntityManager $em, $className, RelationshipMetadata $relationshipMetadata, $baseInstance )
$em GraphAware\Neo4j\OGM\EntityManager
$relationshipMetadata GraphAware\Neo4j\OGM\Metadata\RelationshipMetadata
    public function __construct(\GraphAware\Neo4j\OGM\EntityManager $em, $className, \GraphAware\Neo4j\OGM\Metadata\RelationshipMetadata $relationshipMetadata, $baseInstance)
    {
        parent::__construct($em, $className, $relationshipMetadata);
        $this->relationshipEntityMetadata = $this->em->getRelationshipEntityMetadata($relationshipMetadata->getRelationshipEntityClass());
        $this->baseInstance = $baseInstance;
    }