id = $i; $this->intitule = $in; $this->isCompleted = $is; } function get_id(): int { return $this->id; } function get_intitule(): string { return $this->intitule; } function get_isCompleted(): boolean { return $this->isCompleted; } function get_idListe(): string { return $this->idListe; } } ?>