| 1 | <?php |
||
| 24 | class Console extends Application { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @var array $config |
||
| 28 | */ |
||
| 29 | protected $config = []; |
||
| 30 | |||
| 31 | |||
| 32 | /** |
||
| 33 | * @brief Gets the configuration settings. |
||
| 34 | * @return array |
||
| 35 | */ |
||
| 36 | public function getConfig() { |
||
| 39 | |||
| 40 | |||
| 41 | /** |
||
| 42 | * @brief Provides the configuration settings to the console. |
||
| 43 | * @param array $config An array with the configuration settings. |
||
| 44 | */ |
||
| 45 | public function setConfig(array $config) { |
||
| 48 | |||
| 49 | } |