🎨 Added return type of fullThese function.

This commit is contained in:
Florian Sylvain
2021-09-24 22:39:43 +02:00
parent 7599fe2a04
commit c2d717409e
+1 -1
View File
@@ -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);