![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
Fonctions membres publiques | |
getId () | |
getMontant () | |
setMontant (float $montant) | |
getFlux () | |
setFlux (FluxInterface $flux) | |
getCurrency () | |
setCurrency (string $currency) | |
getAccount () | |
setAccount (AccountInterface $account) | |
getHash () | |
setHash (string $hash) | |
getFluxData () | |
setFluxData ($fluxData) | |
getExtraData () | |
setExtraData ($extraData) | |
isHistorical () | |
getHistorical () | |
setHistorical ($historical) | |
postPersist (LifecycleEventArgs $event) | |
getAllInfosUncrypted () | |
Fonctions membres protégées | |
updateFluxData (LifecycleEventArgs $event) | |
updateHash (LifecycleEventArgs $event) | |
Attributs protégés | |
$id | |
$montant | |
$currency = '' | |
$fluxData | |
$extraData | |
$account | |
$hash = 'tmp' | |
$historical | |
@ORM\MappedSuperclass @ORM\HasLifecycleCallbacks
App\Entity\Operation::getCurrency | ( | ) |
App\Entity\Operation::getExtraData | ( | ) |
Get extraData.
App\Entity\Operation::getFlux | ( | ) |
Get flux.
App\Entity\Operation::getFluxData | ( | ) |
Get fluxData.
App\Entity\Operation::getHistorical | ( | ) |
Get historical.
App\Entity\Operation::getMontant | ( | ) |
Implémente App\Flux\OperationInterface.
App\Entity\Operation::isHistorical | ( | ) |
Is historical ?
App\Entity\Operation::postPersist | ( | LifecycleEventArgs | $event | ) |
@ORM\PostPersist
LifecycleEventArgs | $event |
App\Entity\Operation::setCurrency | ( | string | $currency | ) |
App\Entity\Operation::setExtraData | ( | $extraData | ) |
Set extraData.
App\Entity\Operation::setFlux | ( | FluxInterface | $flux | ) |
Set flux.
App\Entity\Operation::setFluxData | ( | $fluxData | ) |
Set fluxData.
App\Entity\Operation::setHistorical | ( | $historical | ) |
Set historical.
App\Entity\Operation::setMontant | ( | float | $montant | ) |