Kohinos  2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
Référence de la classe App\Entity\Geoloc

Fonctions membres publiques

 getId ()
 
 getAdresse ()
 
 setAdresse (?string $adresse)
 
 getCpostal ()
 
 setCpostal (?string $cpostal)
 
 getVille ()
 
 setVille (?string $ville)
 
 getLat ()
 
 setLat (?float $lat)
 
 getLon ()
 
 setLon (?float $lon)
 
 __toString ()
 

Attributs protégés

 $id
 

Description détaillée

@ORM\Entity @ORM\Table(name="geoloc")

Documentation des fonctions membres

◆ getAdresse()

App\Entity\Geoloc::getAdresse ( )
Renvoie
string|null

◆ getCpostal()

App\Entity\Geoloc::getCpostal ( )
Renvoie
string|null

◆ getLat()

App\Entity\Geoloc::getLat ( )
Renvoie
float|null

◆ getLon()

App\Entity\Geoloc::getLon ( )
Renvoie
float|null

◆ getVille()

App\Entity\Geoloc::getVille ( )
Renvoie
string|null

◆ setAdresse()

App\Entity\Geoloc::setAdresse ( ?string  $adresse)
Paramètres
string | null$adresse
Renvoie
Geoloc

◆ setCpostal()

App\Entity\Geoloc::setCpostal ( ?string  $cpostal)
Paramètres
string | null$cpostal
Renvoie
Geoloc

◆ setLat()

App\Entity\Geoloc::setLat ( ?float  $lat)
Paramètres
float | null$lat
Renvoie
Geoloc

◆ setLon()

App\Entity\Geoloc::setLon ( ?float  $lon)
Paramètres
float | null$lon
Renvoie
Geoloc

◆ setVille()

App\Entity\Geoloc::setVille ( ?string  $ville)
Paramètres
string | null$ville
Renvoie
Geoloc

La documentation de cette classe a été générée à partir du fichier suivant :