GraphAware\Neo4j\OGM\Metadata\EntityIdMetadata::__construct PHP 메소드

__construct() 공개 메소드

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;
    }