Ajout classes PHP

This commit is contained in:
unknown
2020-12-04 01:22:13 +01:00
parent 86506b11de
commit 293402a191
5 changed files with 54 additions and 0 deletions

10
php/MeteoSpot.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
class MeteoSpot
{
private int $id;
private int $houle;
private int $maree;
private int $vent;
}