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

__construct() public method

GraphEntityPropertyMetadata constructor.
public __construct ( string $propertyName, ReflectionProperty $reflectionProperty, PropertyAnnotationMetadata $propertyAnnotationMetadata )
$propertyName string
$reflectionProperty ReflectionProperty
$propertyAnnotationMetadata PropertyAnnotationMetadata
    public function __construct($propertyName, \ReflectionProperty $reflectionProperty, PropertyAnnotationMetadata $propertyAnnotationMetadata)
    {
        $this->propertyName = $propertyName;
        $this->reflectionProperty = $reflectionProperty;
        $this->propertyAnnotationMetadata = $propertyAnnotationMetadata;
    }