|
dolibarr 19.0.4
|
Class to stock current configuration. More...


Public Member Functions | |
| __construct () | |
| Constructor. | |
| setEntityValues ($db, $entity) | |
| Load setup values into conf object (read llx_const) for a specified entity Note that this->db->xxx, this->file->xxx and this->multicompany have been already loaded when setEntityValues is called. | |
| setValues ($db) | |
| Load setup values into conf object (read llx_const) Note that this->db->xxx, this->file->xxx have been already set when setValues is called. | |
Public Attributes | |
| $global | |
| To store properties found into database. | |
| $browser | |
| To store browser info (->name, ->os, ->version, ->ua, ->layout, ...) | |
| $mycompany | |
| To store some setup of generic modules. | |
| $multicompany | |
| To store properties of multi-company. | |
| $expedition_bon | |
| To store module status of special module names. | |
| $use_javascript_ajax | |
| To store if javascript/ajax is enabked. | |
| $disable_compute | |
| To store if javascript/ajax is enabked. | |
| $currency | |
| Used to store current currency (ISO code like 'USD', 'EUR', ...). To get the currency symbol: $langs->getCurrencySymbol($this->currency) | |
| $theme | |
| Used to store current css (from theme) | |
| $standard_menu | |
| Used to store current menu handler. | |
| $entity = 1 | |
| Used to store running instance for multi-company (default 1) | |
| $entities = array() | |
| Used to store list of entities to use for each element. | |
| $produit | |
| $contrat | |
| $facture | |
| $adherent | |
| $projet | |
Class to stock current configuration.
Definition at line 32 of file conf.class.php.
| Conf::__construct | ( | ) |
Constructor.
Charset for HTML output and for storing data in memory
Definition at line 174 of file conf.class.php.
References user.
| Conf::setEntityValues | ( | $db, | |
| $entity ) |
Load setup values into conf object (read llx_const) for a specified entity Note that this->db->xxx, this->file->xxx and this->multicompany have been already loaded when setEntityValues is called.
Definition at line 244 of file conf.class.php.
References $entity, and setValues().
| Conf::setValues | ( | $db | ) |
Load setup values into conf object (read llx_const) Note that this->db->xxx, this->file->xxx have been already set when setValues is called.
Definition at line 262 of file conf.class.php.
References $adherent, $contrat, $facture, $projet, dol_buildpath(), dol_include_once(), dol_osencode(), dol_sanitizeFileName(), dol_syslog(), dolDecrypt(), getDolGlobalInt(), and user.
Referenced by setEntityValues().
| Conf::$adherent |
| Conf::$contrat |
| Conf::$facture |
| Conf::$produit |
Definition at line 131 of file conf.class.php.
| Conf::$projet |