From c2d717409e49a829eb1c062cf948bde6efb5f81b Mon Sep 17 00:00:00 2001 From: Florian Sylvain Date: Fri, 24 Sep 2021 22:39:43 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Added=20return=20type=20of=20ful?= =?UTF-8?q?lThese=20function.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjetProgWeb/class/these.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjetProgWeb/class/these.php b/ProjetProgWeb/class/these.php index 3d5576c..ab76c8f 100644 --- a/ProjetProgWeb/class/these.php +++ b/ProjetProgWeb/class/these.php @@ -26,7 +26,7 @@ class these { return new self(); } - public static function fullThese(string $author, string $id_author, string $title, string $these_director, string $these_director_name_lastname, string $id_director, string $soutenance_establishment, string $id_establishment, string $discipline, string $status, string $date_first_registration, string $date_soutenance, string $language, string $id_these, string $online, string $date_publication, string $date_update) { + public static function fullThese(string $author, string $id_author, string $title, string $these_director, string $these_director_name_lastname, string $id_director, string $soutenance_establishment, string $id_establishment, string $discipline, string $status, string $date_first_registration, string $date_soutenance, string $language, string $id_these, string $online, string $date_publication, string $date_update) : these { $these = these::emptyThese(); $these->setAuthor($author); $these->setIdAuthor($id_author);