|
|
|
@ -12,10 +12,10 @@ use UnexpectedValueException;
|
|
|
|
|
/**
|
|
|
|
|
* Utility class to get informations from ENV file
|
|
|
|
|
*
|
|
|
|
|
* You should overwrite {@see Env::PATH_ENV} to set ENV file path<br>
|
|
|
|
|
* Overwrite {@see Env::initProperties()} to set initial properties
|
|
|
|
|
* You should overwrite {@see BaseEnv::PATH_ENV} to set ENV file path<br>
|
|
|
|
|
* Overwrite {@see BaseEnv::initProperties()} to set initial properties
|
|
|
|
|
*/
|
|
|
|
|
abstract class Env {
|
|
|
|
|
abstract class BaseEnv {
|
|
|
|
|
use TSingleton;
|
|
|
|
|
|
|
|
|
|
/**
|