Ajout classes PHP
This commit is contained in:
10
php/MeteoSpot.php
Normal file
10
php/MeteoSpot.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
class MeteoSpot
|
||||
{
|
||||
private int $id;
|
||||
private int $houle;
|
||||
private int $maree;
|
||||
private int $vent;
|
||||
}
|
Reference in New Issue
Block a user