Beispiel #1
0
 /**
  * @see CConsoleCommand::confirm()
  * @param string $message
  * @return bool
  */
 public function confirm($message)
 {
     if (!$this->interactive) {
         return true;
     }
     return $this->migrateCommand->confirm($message);
 }