Bug recherche auteur ok

This commit is contained in:
laura.chevillet 2026-01-21 16:17:57 +01:00
parent 411b19df58
commit e15003fc5c
5 changed files with 33 additions and 34 deletions

View file

@ -9,10 +9,11 @@ require_once("mother_entity.php");
class Image extends Entity{
private int $_id;
protected string $_name = '';
protected string $_alt = '';
protected string $_status ='';
private int $_id;
private string $_name = '';
private string $_alt = '';
private string $_status ='';
private int $_project = 0;