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

__construct() public method

public __construct ( string $label, string | null $repository )
$label string
$repository string | null
    public function __construct($label, $repository)
    {
        $this->label = $label;
        $this->customRepository = $repository;
    }