GraphAware\Neo4j\OGM\Metadata\Factory\PropertyAnnotationMetadataFactory::__construct PHP Method

__construct() public method

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