![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
Fonctions membres publiques | |
getId () | |
setId ($id) | |
getName () | |
getContent () | |
getWeb () | |
getLink () | |
getHours () | |
getIcon () | |
getRubriques () | |
getGeolocs () | |
Attributs protégés | |
$id | |
$name | |
@ApiResource( collectionOperations={ "get", "post" }, itemOperations={ "get", "put", "delete", }, collectionOperations={ "get", "post", "get_all_poi"={ "controller"=MapController::class, "method"="GET", "input"=false, "output"=Map::class, "path"="/public/poi/all", "read"=false, "swagger_context" = { "parameters" = { { "name" = "geoloc", "in" = "query", "description" = "[Latitude, Longitude], exemple : [45.123,4.023]", "required" = false, "type" : "string", }, { "name" = "distance", "in" = "query", "description" = "Distance in kilometers", "required" = false, "type" : "string" } } }, "security"="is_granted('ROLE_ADMIN_PRESTATAIRE_GERER_LIST') or is_granted('ROLE_API')"}, }, )
App\Entity\Map::getContent | ( | ) |
Get content.
App\Entity\Map::getGeolocs | ( | ) |
Get geolocs.
App\Entity\Map::getHours | ( | ) |
Get hours.
App\Entity\Map::getIcon | ( | ) |
Get icon.
App\Entity\Map::getId | ( | ) |
Get id.
App\Entity\Map::getLink | ( | ) |
Get link.
App\Entity\Map::getName | ( | ) |
Get name.
App\Entity\Map::getRubriques | ( | ) |
Get rubriques.
App\Entity\Map::getWeb | ( | ) |
Get web.
App\Entity\Map::setId | ( | $id | ) |
Set id.