id = $id; $this->name = $name; } public function getId(): int { return $this->id; } public function getName(): string { return $this->name; } }