![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
Fonctions membres publiques | |
getId () | |
getUser () | |
setUser (?User $user) | |
getMedia () | |
setMedia ($media) | |
getErrors () | |
setErrors ($errors) | |
getSuccess () | |
setSuccess ($success) | |
getWarnings () | |
setWarnings ($warnings) | |
getType () | |
getSendemail () | |
setSendemail (bool $sendemail) | |
getTest () | |
setTest (bool $test) | |
getNbentityadded () | |
setNbentityadded ($nbentityadded) | |
getNbentityerror () | |
setNbentityerror ($nbentityerror) | |
setType (?string $type) | |
__toString () | |
Attributs protégés | |
$id | |
$media | |
@ORM\Entity @ORM\HasLifecycleCallbacks() @ORM\Table(name="import")
App\Entity\Import::getErrors | ( | ) |
Get errors.
App\Entity\Import::getMedia | ( | ) |
Get media.
App\Entity\Import::getNbentityadded | ( | ) |
Get nbentityadded.
App\Entity\Import::getNbentityerror | ( | ) |
Get nbentityerror.
App\Entity\Import::getSendemail | ( | ) |
Get sendemail.
App\Entity\Import::getSuccess | ( | ) |
Get success.
App\Entity\Import::getTest | ( | ) |
Get test.
App\Entity\Import::getType | ( | ) |
Get type.
App\Entity\Import::getUser | ( | ) |
App\Entity\Import::getWarnings | ( | ) |
Get warnings.
App\Entity\Import::setErrors | ( | $errors | ) |
Set errors.
App\Entity\Import::setMedia | ( | $media | ) |
Set media.
App\Entity\Import::setNbentityadded | ( | $nbentityadded | ) |
Set nbentityadded.
App\Entity\Import::setNbentityerror | ( | $nbentityerror | ) |
Set nbentityerror.
App\Entity\Import::setSendemail | ( | bool | $sendemail | ) |
Set sendemail.
App\Entity\Import::setSuccess | ( | $success | ) |
Set success.
App\Entity\Import::setTest | ( | bool | $test | ) |
Set test.
App\Entity\Import::setType | ( | ?string | $type | ) |
Set type.
App\Entity\Import::setWarnings | ( | $warnings | ) |
Set warnings.