![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
Fonctions membres publiques | |
__construct (ManagerRegistry $registry) | |
findByData (array $data) | |
findDefault ($type='all', $orderBy='raison', $direction='ASC', $limit=null) | |
getPrestataireSolidoume () | |
getPrestataireMLC () | |
findByGeoloc ($lat, $lon, $distance) | |
findForEPaiement ($checkAcceptEPayment=false) | |
findByRubrique (Rubrique $rubrique) | |
findByGroupe (Groupe $groupe) | |
findByGroupeLocal (Groupe $groupe) | |
findByGroupeprestataire (Groupeprestataire $groupe) | |
findbyExclude (Prestataire $presta, $checkAcceptEPayment=true) | |
@method Prestataire|null find($id, $lockMode = null, $lockVersion = null) @method Prestataire|null findOneBy(array $criteria, array $orderBy = null) @method Prestataire[] findAll() @method Prestataire[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)
App\Repository\PrestataireRepository::findByData | ( | array | $data | ) |
App\Repository\PrestataireRepository::findbyExclude | ( | Prestataire | $presta, |
$checkAcceptEPayment = true |
|||
) |
App\Repository\PrestataireRepository::findByGeoloc | ( | $lat, | |
$lon, | |||
$distance | |||
) |
Find prestataire from geoloc lat/lon and distance in meters.
App\Repository\PrestataireRepository::findByGroupe | ( | Groupe | $groupe | ) |
For Prestataire front search.
App\Repository\PrestataireRepository::findByGroupeLocal | ( | Groupe | $groupe | ) |
For Prestataire Admin search.
App\Repository\PrestataireRepository::findByGroupeprestataire | ( | Groupeprestataire | $groupe | ) |
App\Repository\PrestataireRepository::findByRubrique | ( | Rubrique | $rubrique | ) |
App\Repository\PrestataireRepository::findDefault | ( | $type = 'all' , |
|
$orderBy = 'raison' , |
|||
$direction = 'ASC' , |
|||
$limit = null |
|||
) |
App\Repository\PrestataireRepository::findForEPaiement | ( | $checkAcceptEPayment = false | ) |