BaseConfig.php
system/Config/BaseConfig.php
1 class
7 methods
class BaseConfig
Class BaseConfig Not intended to be used on its own, this class will attempt to automatically populate the child class' properties with values from the environment. These can be set within the .env file.
__set_state
(array $array)
setModules
(Modules $modules)
reset
()
__construct
()
initEnvValue
(&$property, string $name, string $prefix, string $shortPrefix)
getEnvValue
(string $property, string $prefix, string $shortPrefix)
registerProperties
()