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);