|
dolibarr 18.0.8
|
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. | |
Class to stock current configuration.
Definition at line 33 of file conf.class.php.
| Conf::__construct | ( | ) |
Constructor.
Charset for HTML output and for storing data in memory
Definition at line 135 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 205 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 223 of file conf.class.php.
References dol_buildpath(), dol_include_once(), dol_osencode(), dol_sanitizeFileName(), dol_syslog(), dolDecrypt(), getDolGlobalInt(), and user.
Referenced by setEntityValues().