GraphAware\Neo4j\OGM\Metadata\EntityIdMetadata::__construct PHP Method

__construct() public method

public __construct ( string $propertyName, ReflectionProperty $reflectionProperty, IdAnnotationMetadata $idAnnotationMetadata )
$propertyName string
$reflectionProperty ReflectionProperty
$idAnnotationMetadata IdAnnotationMetadata
    public function __construct($propertyName, \ReflectionProperty $reflectionProperty, IdAnnotationMetadata $idAnnotationMetadata)
    {
        $this->propertyName = $propertyName;
        $this->reflectionProperty = $reflectionProperty;
        $this->idAnnotationMetadata = $idAnnotationMetadata;
    }