![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
Fonctions membres publiques | |
getId () | |
getIdmlc () | |
setIdmlc (string $idmlc) | |
getType () | |
setType ($type) | |
getHoraires () | |
setHoraires (?string $horaires) | |
getPrestataires () | |
addPrestataire (Prestataire $prestataire) | |
removePrestataire (Prestataire $prestataire) | |
setGroupe (?Groupe $groupe) | |
getGroupe () | |
getImage () | |
setImage ($image) | |
getPrestatairesCount () | |
__toString () | |
Attributs protégés | |
$id | |
$idmlc | |
$type | |
$prestataires | |
$image | |
@ApiResource( attributes={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_GERER_VIEW') or is_granted('ROLE_API')"}, collectionOperations={ "get"={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_GERER_LIST') or is_granted('ROLE_API')"}, "post"={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_GERER_EDIT')"} }, itemOperations={ "get"={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_GERER_VIEW') or is_granted('ROLE_API')"}, "put"={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_GERER_EDIT')"}, }, normalizationContext={"groups"={"read"}}, denormalizationContext={"groups"={"write"}} ) @ORM\Entity(repositoryClass="App\Repository\GroupeprestataireRepository") @UniqueEntity( fields={"name", "type"}, errorPath="name", message="Le groupe avec ce nom existe déjà pour ce type de groupe." ) @ORM\Table(name="groupeprestaire")
App\Entity\Groupeprestataire::addPrestataire | ( | Prestataire | $prestataire | ) |
Prestataire | $prestataire |
App\Entity\Groupeprestataire::getGroupe | ( | ) |
App\Entity\Groupeprestataire::getHoraires | ( | ) |
Get horaires.
App\Entity\Groupeprestataire::getIdmlc | ( | ) |
Get idmlc.
App\Entity\Groupeprestataire::getImage | ( | ) |
Get image.
App\Entity\Groupeprestataire::getPrestataires | ( | ) |
App\Entity\Groupeprestataire::getType | ( | ) |
Get type.
App\Entity\Groupeprestataire::removePrestataire | ( | Prestataire | $prestataire | ) |
Prestataire | $prestataire |
App\Entity\Groupeprestataire::setGroupe | ( | ?Groupe | $groupe | ) |
Groupe | null | $groupes |
App\Entity\Groupeprestataire::setHoraires | ( | ?string | $horaires | ) |
Set horaires.
App\Entity\Groupeprestataire::setIdmlc | ( | string | $idmlc | ) |
Set idmlc.
App\Entity\Groupeprestataire::setImage | ( | $image | ) |
Set image.
App\Entity\Groupeprestataire::setType | ( | $type | ) |
Set type.