Kohinos  2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
Référence de la classe App\Entity\Siege
Graphe d'héritage de App\Entity\Siege:
App\Flux\AccountableObject App\Flux\AccountableInterface

Fonctions membres publiques

 getId ()
 
 getCompteNantie ()
 
 setCompteNantie (float $compteNantie)
 
 addCompteNantie (float $compteNantie)
 
 removeCompteNantie (float $compteNantie)
 
 getEcompteNantie ()
 
 setEcompteNantie (float $ecompteNantie)
 
 addEcompteNantie (float $ecompteNantie)
 
 removeEcompteNantie (float $ecompteNantie)
 
 getGroupes ()
 
 addGroupe (Groupe $groupe)
 
 removeGroupe (Groupe $groupe)
 
 __toString ()
 
- Fonctions membres publiques hérités de App\Flux\AccountableObject
 postPersist (LifecycleEventArgs $event)
 

Attributs protégés

 $id
 

Description détaillée

@ORM\Entity(repositoryClass="App\Repository\SiegeRepository") @ORM\Table(name="siege") @ORM\HasLifecycleCallbacks()

Documentation des fonctions membres

◆ addCompteNantie()

App\Entity\Siege::addCompteNantie ( float  $compteNantie)
Paramètres
float$compteNantie
Renvoie
$this

◆ addEcompteNantie()

App\Entity\Siege::addEcompteNantie ( float  $ecompteNantie)
Paramètres
float$ecompteNantie
Renvoie
$this

◆ addGroupe()

App\Entity\Siege::addGroupe ( Groupe  $groupe)
Paramètres
Groupe$groupe
Renvoie
$this

◆ getCompteNantie()

App\Entity\Siege::getCompteNantie ( )
Renvoie
float

◆ getEcompteNantie()

App\Entity\Siege::getEcompteNantie ( )
Renvoie
float

◆ getGroupes()

App\Entity\Siege::getGroupes ( )
Renvoie
Groupe[]|ArrayCollection

◆ removeCompteNantie()

App\Entity\Siege::removeCompteNantie ( float  $compteNantie)
Paramètres
float$compteNantie
Renvoie
$this

◆ removeEcompteNantie()

App\Entity\Siege::removeEcompteNantie ( float  $ecompteNantie)
Paramètres
float$ecompteNantie
Renvoie
$this

◆ removeGroupe()

App\Entity\Siege::removeGroupe ( Groupe  $groupe)
Paramètres
Groupe$groupe
Renvoie
$this

◆ setCompteNantie()

App\Entity\Siege::setCompteNantie ( float  $compteNantie)
Paramètres
float$compteNantie
Renvoie
$this

◆ setEcompteNantie()

App\Entity\Siege::setEcompteNantie ( float  $ecompteNantie)
Paramètres
float$ecompteNantie
Renvoie
$this

La documentation de cette classe a été générée à partir du fichier suivant :