Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
Fonctions membres publiques | |
getType () | |
getUsersToNotify () | |
Fonctions membres publiques hérités de App\Entity\Retrait | |
getParenttype () | |
getAllOperations ($em) | |
operate ($em) | |
Fonctions membres publiques hérités de App\Entity\Flux | |
getId () | |
setParenttype ($parenttype) | |
setOperateur (?User $operateur) | |
getOperateur () | |
setDestinataire ($destinataire) | |
getDestinataire () | |
setExpediteur ($expediteur) | |
getExpediteur () | |
setType (string $type) | |
getRole () | |
setRole (?string $role) | |
getMontant () | |
setMontant (float $montant) | |
getReference () | |
setReference (string $reference) | |
getHash () | |
setHash ($hash) | |
getMoyen () | |
setMoyen ($moyen) | |
getTauxreconversion () | |
getTauxreconversionpercent () | |
setTauxreconversion (?float $tauxreconversion) | |
getData () | |
setData (?array $data) | |
isValidationAchat () | |
getMontantareconvertir () | |
getMontantcommission () | |
isVente () | |
isHistorical () | |
getHistorical () | |
setHistorical ($historical) | |
getVerify () | |
prePersist (LifecycleEventArgs $event) | |
postPersist (LifecycleEventArgs $event) | |
getAllInfosUncrypted () | |
getOperateurAndRole () | |
__toString () | |
Attributs protégés | |
$destinataire | |
Attributs protégés hérités de App\Entity\Retrait | |
$expediteur | |
Attributs protégés hérités de App\Entity\Flux | |
$id | |
$operateur | |
$role | |
$type | |
$parenttype | |
$montant | |
$reference | |
$hash = 'tmp' | |
$tauxreconversion | |
$data | |
$expediteur = null | |
$destinataire = null | |
$cotisationInfos = null | |
$operationsAdherent | |
$operationsPrestataire | |
$operationsComptoir | |
$operationsGroupe | |
$operationsSiege | |
$historical | |
Membres hérités additionnels | |
Fonctions membres publiques statiques hérités de App\Entity\Retrait | |
static | getAvailableTypes () |
Attributs publics hérités de App\Entity\Retrait | |
const | TYPE_RETRAIT_ADHERENT = 'retrait_adherent' |
const | TYPE_RETRAIT_PRESTATAIRE = 'retrait_prestataire' |
Attributs publics hérités de App\Entity\Flux | |
const | TYPE_ACHAT = 'achat' |
const | TYPE_CHANGE = 'change' |
const | TYPE_COTISATION = 'cotisation' |
const | TYPE_DON = 'don' |
const | TYPE_RECONVERSION = 'reconversion' |
const | TYPE_RETRAIT = 'retrait' |
const | TYPE_TRANSACTION = 'transaction' |
const | TYPE_TRANSFERT = 'transfert' |
const | TYPE_VENTE = 'vente' |
const | TYPE_VENTE_EMLC = 'vente_emlc' |
const | TYPE_TICKET_FIX = 'ticket_fix' |
App\Entity\RetraitComptoirAdherent::getType | ( | ) |
Réimplémentée à partir de App\Entity\Retrait.
App\Entity\RetraitComptoirAdherent::getUsersToNotify | ( | ) |
Obtenir la liste des utilisateurs à notifier.
Réimplémentée à partir de App\Entity\Retrait.
|
protected |
@ORM\OneToOne(targetEntity="Adherent") @ORM\JoinColumn(name="adherent_id", referencedColumnName="id")