GraphAware\Neo4j\OGM\Metadata\Factory\RelationshipEntityMetadataFactory::__construct PHP Méthode

__construct() public méthode

public __construct ( Doctrine\Common\Annotations\Reader $reader )
$reader Doctrine\Common\Annotations\Reader
    public function __construct(Reader $reader)
    {
        $this->reader = $reader;
        $this->propertyAnnotationMetadataFactory = new PropertyAnnotationMetadataFactory($reader);
    }
RelationshipEntityMetadataFactory