Пример #1
0
 protected function createCommand($name)
 {
     $commandInfo = new CommandInfo($this->roboCommandFileInstance, $name);
     return $this->commandFactory->createCommand($commandInfo, $this->roboCommandFileInstance);
 }