repository = $repository; $this->modifier = $modifier; $this->meta = $meta; } public function getModifier(): Modifier { return $this->modifier; } public function getRepository() { return $this->repository; } public function getMeta(): array { return $this->meta; } }