Modification chemin
This commit is contained in:
18
php/Classe/MeteoSpot.php
Normal file
18
php/Classe/MeteoSpot.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
|
||||
class MeteoSpot
|
||||
{
|
||||
private int $id;
|
||||
private int $houle;
|
||||
private int $maree;
|
||||
private int $vent;
|
||||
|
||||
public function __construct(int $id,int $houle,int $maree,int $vent)
|
||||
{
|
||||
$this->id=$id;
|
||||
$this->houle=$houle;
|
||||
$this->mare=$maree;
|
||||
$this->vent=$vent;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user