id = $id; $this->definition = $definition; } public function getId(): string { return $this->id; } public function getDefinition(): array { return $this->definition; } }