|
Zhamao Framework 3.2.4
A high-performance chatbot + web framework
|
Public 成员函数 | |
| environment (... $environments) | |
| withEnvironment (string $environment) | |
| isDebugMode () | |
| enableDebugMode (bool $debug_mode) | |
| getLogLevel () | |
| withLogLevel (string $log_level) | |
| getConfigDir () | |
| withConfigDir (string $config_dir) | |
| runningInInteractiveTerminal () | |
| runningUnitTests () | |
Protected 属性 | |
| string | $environment = 'development' |
| bool | $debug_mode = false |
| string | $log_level = 'info' |
| string | $config_dir = SOURCE_ROOT_DIR . '/config' |
| enableDebugMode | ( | bool | $debug_mode | ) |
| environment | ( | $environments | ) |
| getConfigDir | ( | ) |
| getLogLevel | ( | ) |
| isDebugMode | ( | ) |
| runningInInteractiveTerminal | ( | ) |
| runningUnitTests | ( | ) |
| withConfigDir | ( | string | $config_dir | ) |
| withEnvironment | ( | string | $environment | ) |
| withLogLevel | ( | string | $log_level | ) |
|
protected |
|
protected |
|
protected |
|
protected |