GraphAware\Neo4j\OGM\Metadata\Factory\PropertyAnnotationMetadataFactory::__construct PHP Метод

__construct() публичный Метод

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