예제 #1
0
 /**
  * Constructor.
  *
  * @param AbstractCommand $command  Current command because Windwalker Console using nested commands.
  */
 public function __construct($command)
 {
     $this->io = $command->getIO();
     $this->command = $command;
 }