示例#1
0
 /**
  * コマンド(,)
  */
 protected function commandInput()
 {
     $input = $this->input();
     $this->Memory->setAscii(trim($input));
 }