This commit is contained in:
GuillaumeH-Cci 2026-02-20 11:14:45 +01:00
parent 747bc76de2
commit e6c64912c3
8 changed files with 203 additions and 334 deletions

View file

@ -2,11 +2,11 @@
require_once("mother_entity.php");
/**
* Classe d'un objet Projet
* @author Laura
*/
/**
* Classe d'un objet Projet
* @author Laura
*/
class Image extends Entity{
private int $_id;