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

Fonctions membres publiques

 getAdherent ()
 
 setAdherent (Adherent $adherent)
 
 setAccountableObject (AccountableInterface $object)
 
 getAccountableObject ()
 
 __toString ()
 

Attributs protégés

 $operations
 

Description détaillée

@ORM\Entity() @ORM\Table(name="account_adherent", uniqueConstraints={@ORM\UniqueConstraint(name="adherentcurrency", columns={"adherent_id", "currency"})}) @ORM\HasLifecycleCallbacks() @UniqueEntity( fields={"adherent", "currency"}, errorPath="adherent", message="Le compte de l'adherent existe déjà." )


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