![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
Fonctions membres publiques | |
__toString () | |
getId () | |
getName () | |
setName (string $name) | |
getDescription () | |
setDescription (string $description) | |
getValue () | |
setValue (string $value) | |
getMandatory () | |
setMandatory ($mandatory) | |
Attributs protégés | |
$id | |
@ORM\Entity(repositoryClass="App\Repository\GlobalParameterRepository") @UniqueEntity( fields={"name"}, errorPath="name", message="Ce nom de paramètre est déjà utilisé !" )
App\Entity\GlobalParameter::getMandatory | ( | ) |
Get mandatory.
App\Entity\GlobalParameter::setMandatory | ( | $mandatory | ) |
Set mandatory.