id = (int) $id; } /** * @return int */ public function getId(): int { return $this->id; } }