mirror of
https://github.com/Floriansylvain/projet_programmation_web.git
synced 2026-08-19 11:43:16 +02:00
🎨 Added return type of fullThese function.
This commit is contained in:
@@ -26,7 +26,7 @@ class these {
|
|||||||
return new self();
|
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 = these::emptyThese();
|
||||||
$these->setAuthor($author);
|
$these->setAuthor($author);
|
||||||
$these->setIdAuthor($id_author);
|
$these->setIdAuthor($id_author);
|
||||||
|
|||||||
Reference in New Issue
Block a user