コード例 #1
0
 /**
  * A common method to confirm success to the user
  * 
  * @param string $msg
  */
 public function confirmSuccess($msg = 'OK')
 {
     $this->context->getOutput()->writeln('<info>' . $msg . '</info>');
 }