id = $id; $this->taches = $taches; $this->owner = $owner; } function get_id() { return $this->id; } function set_id($id) { $this->id = $id; } function get_nom() { return $this->nom; } function set_nom($nom) { $this->nom = $nom; } function get_taches() { return $this->taches; } function set_taches($taches) { $this->taches = $taches; } function get_owner() { return $this->owner; } function set_owner($owner) { $this->owner = $owner; } } ?>