![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
Fonctions membres publiques | |
getId () | |
getIdmlc () | |
setIdmlc (string $idmlc) | |
getMedia () | |
setMedia ($media) | |
setGroupe (?Groupe $groupe) | |
getGroupe () | |
getGestionnaires () | |
setGestionnaires ($gestionnaires) | |
addGestionnaire (User $gestionnaire) | |
removeGestionnaire (User $gestionnaire) | |
getContacts () | |
setContacts ($contacts) | |
addContact (ContactComptoir $contact) | |
removeContact (ContactComptoir $contact) | |
getContactsString () | |
__toString () | |
![]() | |
postPersist (LifecycleEventArgs $event) | |
Attributs protégés | |
$id | |
$idmlc | |
$media | |
@ApiResource( attributes={"security"="is_granted('ROLE_ADMIN_COMPTOIR_GERER_VIEW') or is_granted('ROLE_API')"}, collectionOperations={ "get"={"security"="is_granted('ROLE_ADMIN_COMPTOIR_GERER_LIST') or is_granted('ROLE_API')"}, "post"={"security"="is_granted('ROLE_ADMIN_COMPTOIR_GERER_EDIT')"} }, itemOperations={ "get"={"security"="is_granted('ROLE_ADMIN_COMPTOIR_GERER_VIEW') or is_granted('ROLE_API')"}, "put"={"security"="is_granted('ROLE_ADMIN_COMPTOIR_GERER_EDIT')"}, }, normalizationContext={"groups"={"read"}}, denormalizationContext={"groups"={"write"}} ) @ORM\Entity(repositoryClass="App\Repository\ComptoirRepository") @UniqueEntity(fields="name", message="Le comptoir avec ce nom existe déjà.") @ORM\HasLifecycleCallbacks() @ORM\Table(name="comptoir")
App\Entity\Comptoir::addContact | ( | ContactComptoir | $contact | ) |
ContactComptoir | $contact |
App\Entity\Comptoir::addGestionnaire | ( | User | $gestionnaire | ) |
User | $gestionnaire |
App\Entity\Comptoir::getContacts | ( | ) |
getcontacts.
App\Entity\Comptoir::getGestionnaires | ( | ) |
App\Entity\Comptoir::getGroupe | ( | ) |
App\Entity\Comptoir::getId | ( | ) |
Implémente App\Flux\AccountableInterface.
App\Entity\Comptoir::getIdmlc | ( | ) |
Get idmlc.
App\Entity\Comptoir::getMedia | ( | ) |
Get media.
App\Entity\Comptoir::removeContact | ( | ContactComptoir | $contact | ) |
ContactComptoir | $contact |
App\Entity\Comptoir::removeGestionnaire | ( | User | $gestionnaire | ) |
User | $gestionnaire |
App\Entity\Comptoir::setContacts | ( | $contacts | ) |
setContacts.
[type] | $contacts [description] |
App\Entity\Comptoir::setGestionnaires | ( | $gestionnaires | ) |
User[]|ArrayCollection |
App\Entity\Comptoir::setIdmlc | ( | string | $idmlc | ) |
Set idmlc.
App\Entity\Comptoir::setMedia | ( | $media | ) |
Set media.