NDI-2020/php/Spot.php

11 lines
154 B
PHP
Raw Normal View History

2020-12-04 01:22:13 +01:00
<?php
class spot
{
private int $id;
private string $nom;
private Ville $ville;
private Meteo $meteo;
private Pollution $pollution;
}