Example #1
0
 /**
  * Iterates trough all configuration settings and asks the user for a
  * value.
  */
 protected function configure()
 {
     $configureSettingGroup = $this->cliHelper->confirmAction('Would you like to change the settings?');
     if (!$configureSettingGroup) {
         return;
     }
     $this->configureSettings($this->configurationManager->getSettings());
 }