Ajout classes PHP

This commit is contained in:
unknown
2020-12-04 01:31:37 +01:00
parent 293402a191
commit b0c773248f
6 changed files with 60 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
<?php
class spot
class Spot
{
private int $id;
private string $nom;
private Ville $ville;
private Meteo $meteo;
private MeteoSpot $meteo;
private Pollution $pollution;
}