id=$i; $this->nom=$n; $this->taches=$t; } function get_id(): int { return $this->id; } function get_nom(): string { return $this->nom; } function get_taches(): array { return $this->taches; } } ?>