![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
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 | |
@ORM\Entity @ORM\Table(name="geoloc")
App\Entity\Geoloc::getAdresse | ( | ) |
App\Entity\Geoloc::getCpostal | ( | ) |
App\Entity\Geoloc::getLat | ( | ) |
App\Entity\Geoloc::getLon | ( | ) |
App\Entity\Geoloc::getVille | ( | ) |
App\Entity\Geoloc::setAdresse | ( | ?string | $adresse | ) |
string | null | $adresse |
App\Entity\Geoloc::setCpostal | ( | ?string | $cpostal | ) |
string | null | $cpostal |
App\Entity\Geoloc::setLat | ( | ?float | $lat | ) |
float | null | $lat |
App\Entity\Geoloc::setLon | ( | ?float | $lon | ) |
float | null | $lon |
App\Entity\Geoloc::setVille | ( | ?string | $ville | ) |
string | null | $ville |