Ajout classes PHP
This commit is contained in:
11
php/Spot.php
Normal file
11
php/Spot.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
|
||||
class spot
|
||||
{
|
||||
private int $id;
|
||||
private string $nom;
|
||||
private Ville $ville;
|
||||
private Meteo $meteo;
|
||||
private Pollution $pollution;
|
||||
}
|
Reference in New Issue
Block a user