con=$con; } // functions // code de retour pour les fonctions i,u,d? public function insert(Task $t){ // insert a new task } public function update(Task $t){ // update a task } public function delete(Task $t){ // delete a task } # comment ça marche ? public function Find(array $elements):array{ // Find a task by multiple elements // returns the array of found tasks } } ?>