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