references = $references; } /** * @inheritDoc */ public function getType(): string { return $this->type; } /** * @inheritDoc */ public function getName(): string { return 'PRIMARY'; } /** * @inheritDoc */ public function getReferences(): array { return $this->references; } /** * @inheritDoc */ public function isUnique(): bool { return false; } }