Kohinos  2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
Référence de la classe App\Entity\Adherent
Graphe d'héritage de App\Entity\Adherent:
App\Flux\AccountableObject App\Flux\AccountableInterface

Fonctions membres publiques

 getId ()
 
 getIdmlc ()
 
 setIdmlc (string $idmlc)
 
 getCompte ()
 
 setCompte (float $ecompte)
 
 getUser ()
 
 setUser (User $user)
 
 setGroupe (?Groupe $groupe)
 
 getGroupe ()
 
 isEnabled ()
 
 setEnabled ($enabled)
 
 getName ()
 
 __toString ()
 
 getEmail ()
 
 getFullname ()
 
- Fonctions membres publiques hérités de App\Flux\AccountableObject
 postPersist (LifecycleEventArgs $event)
 

Attributs protégés

 $id
 
 $idmlc
 
 $user
 

Description détaillée

ApiResource( attributes={"security"="is_granted('ROLE_ADMIN_ADHERENT_GERER_VIEW')"}, collectionOperations={ "get"={"security"="is_granted('ROLE_ADMIN_ADHERENT_GERER_LIST')"}, "post"={"security"="is_granted('ROLE_ADMIN_ADHERENT_GERER_EDIT')"} }, itemOperations={ "get"={"security"="is_granted('ROLE_ADMIN_ADHERENT_GERER_LIST')"}, "put"={"security"="is_granted('ROLE_ADMIN_ADHERENT_GERER_EDIT') or object.user == user"}, }, normalizationContext={"groups"={"read"}}, denormalizationContext={"groups"={"write"}} ).

@ORM\Entity(repositoryClass="App\Repository\AdherentRepository") @ORM\Table(name="adherent") @ORM\HasLifecycleCallbacks()

Documentation des fonctions membres

◆ getGroupe()

App\Entity\Adherent::getGroupe ( )
Renvoie
Groupe|null

◆ getIdmlc()

App\Entity\Adherent::getIdmlc ( )

Get idmlc.

Renvoie

◆ getUser()

App\Entity\Adherent::getUser ( )
Renvoie
User

◆ setGroupe()

App\Entity\Adherent::setGroupe ( ?Groupe  $groupe)
Paramètres
Groupe | null$groupe
Renvoie
$this

◆ setIdmlc()

App\Entity\Adherent::setIdmlc ( string  $idmlc)

Set idmlc.

Renvoie
$this

◆ setUser()

App\Entity\Adherent::setUser ( User  $user)
Paramètres
User$user
Renvoie
Prestataire

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