creaction entite & model image. Finalisation page projet
This commit is contained in:
parent
47ee556a8c
commit
c0aab723d7
6 changed files with 154 additions and 14 deletions
|
|
@ -1,5 +1,7 @@
|
|||
<?php
|
||||
|
||||
require_once("mother_entity.php");
|
||||
|
||||
/**
|
||||
* Classe d'un objet Projet
|
||||
* @author Laura
|
||||
|
|
@ -20,7 +22,7 @@ class Category extends Entity{
|
|||
// Méthode Getter et Setter
|
||||
|
||||
/**
|
||||
* Récuperation de l'id du Projet
|
||||
* Récuperation de l'id de la catégorie
|
||||
* @return int l'id de la catégorie
|
||||
*/
|
||||
public function getId():int{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue