Kohinos  2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
Référence de la classe App\Entity\GlobalParameter

Fonctions membres publiques

 __toString ()
 
 getId ()
 
 getName ()
 
 setName (string $name)
 
 getDescription ()
 
 setDescription (string $description)
 
 getValue ()
 
 setValue (string $value)
 
 getMandatory ()
 
 setMandatory ($mandatory)
 

Attributs publics

const USE_WORDPRESS = 'USE_WORDPRESS'
 
const MLC_NAME = 'MLC_NAME'
 
const MLC_NAME_SMALL = 'MLC_NAME_SMALL'
 
const MLC_SYMBOL = 'MLC_SYMBOL'
 
const MLC_NOTIF_EMAIL = 'MLC_NOTIF_EMAIL'
 
const MLC_CONTACT_EMAIL = 'MLC_CONTACT_EMAIL'
 
const COTISATION_ADHERENT = 'COTISATION_ADHERENT'
 
const COTISATION_PRESTATAIRE = 'COTISATION_PRESTATAIRE'
 
const RECONVERSION_PRESTATAIRE = 'RECONVERSION_PRESTATAIRE'
 
const MAP_CENTER = 'MAP_CENTER'
 
const MAP_ZOOM = 'MAP_ZOOM'
 
const USE_PAYZEN = 'USE_PAYZEN'
 
const ALL_TICKETS = 'ALL_TICKETS'
 

Attributs protégés

 $id
 

Description détaillée

@ORM\Entity(repositoryClass="App\Repository\GlobalParameterRepository") @UniqueEntity( fields={"name"}, errorPath="name", message="Ce nom de paramètre est déjà utilisé !" )

Documentation des fonctions membres

◆ getMandatory()

App\Entity\GlobalParameter::getMandatory ( )

Get mandatory.

Renvoie

◆ setMandatory()

App\Entity\GlobalParameter::setMandatory (   $mandatory)

Set mandatory.

Renvoie
$this

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