![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
Fonctions membres publiques | |
getType () | |
getDon () | |
setDon (?DonPrestataire $don) | |
getUsersToNotify () | |
![]() | |
__construct () | |
getAllOperations ($em) | |
operate ($em) | |
getParenttype () | |
getCotisationInfos () | |
setCotisationInfos (CotisationInfos $cotisationInfos) | |
getAnnee () | |
setAnnee (string $annee) | |
getDebut () | |
setDebut (\DateTime $debut) | |
getFin () | |
setFin (\DateTime $fin) | |
isRecu () | |
setRecu (bool $recu) | |
__toString () | |
![]() | |
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 () | |
Attributs protégés | |
$expediteur | |
$don | |
![]() | |
$destinataire | |
$cotisationInfos | |
$don | |
![]() | |
$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 | |
![]() | |
static | getAvailableTypes () |
![]() | |
const | TYPE_COTISATION_ADHERENT = 'cotisation_adherent' |
const | TYPE_COTISATION_PRESTATAIRE = 'cotisation_prestataire' |
![]() | |
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' |
ApiResource( attributes={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_COTISATIONS_GERER_VIEW')"}, collectionOperations={ "get"={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_COTISATIONS_GERER_LIST')"}, "post"={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_COTISATIONS_GERER_EDIT')"} }, itemOperations={ "get"={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_COTISATIONS_GERER_VIEW')"}, "put"={"security"="is_granted('ROLE_ADMIN_PRESTATAIRE_COTISATIONS_GERER_EDIT')"}, }, normalizationContext={"groups"={"read"}}, denormalizationContext={"groups"={"write"}} ).
TRANSACTION
@ORM\Entity
App\Entity\CotisationPrestataire::getDon | ( | ) |
Get don.
App\Entity\CotisationPrestataire::getType | ( | ) |
Réimplémentée à partir de App\Entity\Cotisation.
App\Entity\CotisationPrestataire::getUsersToNotify | ( | ) |
Obtenir la liste des utilisateurs à notifier.
Réimplémentée à partir de App\Entity\Cotisation.
App\Entity\CotisationPrestataire::setDon | ( | ?DonPrestataire | $don | ) |
Set don.
|
protected |
@ORM\OneToOne(targetEntity="Prestataire") @ORM\JoinColumn(name="prestataire_id", referencedColumnName="id", nullable=true)