MCPcopy Create free account
hub / github.com/Rello/analytics / execute

Method execute

lib/Command/Load.php:42–47  ·  view source on GitHub ↗
(InputInterface $input, OutputInterface $output)

Source from the content-addressed store, hash-verified

40 }
41
42 protected function execute(InputInterface $input, OutputInterface $output)
43 {
44 $dataloadId = $input->getArgument('dataloadId');
45 $this->DataloadService->execute((int)$dataloadId);
46 return 0;
47 }
48}

Calls

no outgoing calls