![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
Fonctions membres publiques | |
getSiege () | |
setSiege (Siege $siege) | |
setAccountableObject (AccountableInterface $object) | |
getAccountableObject () | |
![]() | |
getId () | |
getBalance () | |
setBalance (float $balance) | |
addAmount (float $montant) | |
getCurrency () | |
setCurrency (string $currency) | |
getHash () | |
setHash (string $hash) | |
preUpdate (LifecycleEventArgs $event) | |
postPersist (LifecycleEventArgs $event) | |
getAllInfosUncrypted () | |
getOperations () | |
setOperations ($operations) | |
addOperation (Operation $operation) | |
removeOperation (Operation $operation) | |
Attributs protégés | |
$operations | |
![]() | |
$id | |
$balance = 0.00 | |
$currency = '' | |
$hash = 'tmp' | |
$operations | |
@ORM\Entity() @ORM\Table(name="account_siege", uniqueConstraints={@ORM\UniqueConstraint(name="siegecurrency", columns={"siege_id", "currency"})}) ) @UniqueEntity( fields={"siege", "currency"}, errorPath="siege", message="Le compte du siège existe déjà." )