Bug recherche auteur ok
This commit is contained in:
parent
411b19df58
commit
e15003fc5c
5 changed files with 33 additions and 34 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue