![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
Fonctions membres publiques | |
getSiege () | |
setSiege ($siege) | |
getId () | |
getIdmlc () | |
setIdmlc (string $idmlc) | |
setId (string $id) | |
getComptoirs () | |
addComptoir (Comptoir $comptoir) | |
removeComptoir (Comptoir $comptoir) | |
getPrestataires () | |
addPrestataire (Prestataire $prestataire) | |
removePrestataire (Prestataire $prestataire) | |
getAdherents () | |
addAdherent (Adherent $adherent) | |
removeAdherent (Adherent $adherent) | |
getGestionnaires () | |
setGestionnaires ($gestionnaires) | |
addGestionnaire (User $gestionnaire) | |
removeGestionnaire (User $gestionnaire) | |
getGroupeprestataires () | |
addGroupeprestataire (Groupeprestataire $groupeprestataire) | |
removeGroupeprestataire (Groupeprestataire $groupeprestataires) | |
getComptoirsCount () | |
getPrestatairesCount () | |
getAdherentsCount () | |
__toString () | |
![]() | |
postPersist (LifecycleEventArgs $event) | |
Attributs protégés | |
$id | |
$idmlc | |
@ApiResource( attributes={"security"="is_granted('ROLE_ADMIN_GROUPE_GERER_VIEW') or is_granted('ROLE_API')"}, collectionOperations={ "get"={"security"="is_granted('ROLE_ADMIN_GROUPE_GERER_LIST') or is_granted('ROLE_API')"}, "post"={"security"="is_granted('ROLE_ADMIN_GROUPE_GERER_EDIT')"} }, itemOperations={ "get"={"security"="is_granted('ROLE_ADMIN_GROUPE_GERER_VIEW') or is_granted('ROLE_API')"}, "put"={"security"="is_granted('ROLE_ADMIN_GROUPE_GERER_EDIT')"}, }, normalizationContext={"groups"={"read"}}, denormalizationContext={"groups"={"write"}} ) @ORM\Entity @UniqueEntity(fields="name", message="Le groupe avec ce nom existe déjà.") @ORM\Table(name="groupe") @ORM\HasLifecycleCallbacks()
App\Entity\Groupe::addGroupeprestataire | ( | Groupeprestataire | $groupeprestataire | ) |
Amap | $amap |
App\Entity\Groupe::addPrestataire | ( | Prestataire | $prestataire | ) |
Prestataire | $prestataire |
App\Entity\Groupe::getAdherents | ( | ) |
App\Entity\Groupe::getComptoirs | ( | ) |
App\Entity\Groupe::getGestionnaires | ( | ) |
App\Entity\Groupe::getGroupeprestataires | ( | ) |
App\Entity\Groupe::getIdmlc | ( | ) |
Get idmlc.
App\Entity\Groupe::getPrestataires | ( | ) |
App\Entity\Groupe::getSiege | ( | ) |
Get siege.
App\Entity\Groupe::removeGestionnaire | ( | User | $gestionnaire | ) |
User | $gestionnaire |
App\Entity\Groupe::removeGroupeprestataire | ( | Groupeprestataire | $groupeprestataires | ) |
Amap | $amap |
App\Entity\Groupe::removePrestataire | ( | Prestataire | $prestataire | ) |
Prestataire | $prestataire |
App\Entity\Groupe::setGestionnaires | ( | $gestionnaires | ) |
User[]|ArrayCollection |
App\Entity\Groupe::setId | ( | string | $id | ) |
Set id.
string | $id | [description] |
App\Entity\Groupe::setIdmlc | ( | string | $idmlc | ) |
Set idmlc.
App\Entity\Groupe::setSiege | ( | $siege | ) |
Set siege.