💡 Config : add ref to loading methods

This commit is contained in:
Pierre Goiffon
2018-12-31 11:38:57 +01:00
parent 9f3332b2f2
commit 352f8cee10

View File

@@ -72,6 +72,9 @@ define('DEFAULT_ENCRYPTION_LIB', 'Mcrypt'); // We'll define the best encryption
* configuration data (this class cannot not be localized, because it is responsible for loading the dictionaries)
*
* @package iTopORM
*
* @see \MetaModel::GetConfig() to get the config, if the metamodel was already loaded
* @see utils::GetConfig() to load config from the current env, if metamodel is not loaded
*/
class Config
{