Beispiel #1
0
 /**
  * Get argument or close this appliction.
  *
  * @param   integer $arg Argument offset.
  * @param   string  $msg Close message.
  *
  * @return  string Return argument value.
  */
 public function getOrClose($arg, $msg = '')
 {
     return $this->command->getOrClose($arg, $msg);
 }