Kohinos  2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
Référence de la classe App\Entity\EtatPrestataire

Fonctions membres publiques

 getId ()
 
 getPrestataires ()
 
 addPrestataire (Prestataire $prestataire)
 
 removePrestataire (Prestataire $prestataire)
 
 getPrestatairesCount ()
 
 __toString ()
 

Attributs protégés

 $id
 
 $prestataires
 

Description détaillée

ApiResource( attributes={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_GERER_VIEW')"}, collectionOperations={ "get"={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_GERER_LIST')"}, "post"={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_GERER_EDIT')"} }, itemOperations={ "get"={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_GERER_VIEW')"}, "put"={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_GERER_EDIT')"}, }, normalizationContext={"groups"={"read"}}, denormalizationContext={"groups"={"write"}} ).

@ORM\Entity(repositoryClass="App\Repository\EtatPrestataireRepository")

Documentation des fonctions membres

◆ addPrestataire()

App\Entity\EtatPrestataire::addPrestataire ( Prestataire  $prestataire)
Paramètres
Prestataire$prestataire
Renvoie
$this

◆ getPrestataires()

App\Entity\EtatPrestataire::getPrestataires ( )
Renvoie
Prestataire[]|ArrayCollection

◆ removePrestataire()

App\Entity\EtatPrestataire::removePrestataire ( Prestataire  $prestataire)
Paramètres
Prestataire$prestataire
Renvoie
$this

La documentation de cette classe a été générée à partir du fichier suivant :