IngestCommand

Extends \Symfony\Component\Console\Command\Command

IngestCommand is a base command to wrap common ingestion tasks. Handles getting start/end time window arguments.

author

Jasmine Hegman jasmine@webpt.com

package

Default

Methods

{@inheritdoc}

configure() 

{@inheritdoc}

createDefinition() 

{@inheritdoc}

execute(\Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output) 

Arguments

$input

\Symfony\Component\Console\Input\InputInterface

$output

\Symfony\Component\Console\Output\OutputInterface

{@inheritdoc}

getNativeDefinition() 

ingest

ingest( $formattedStartTime,  $formattedEndTime, \Symfony\Component\Console\Input\InputInterface $input, \Symfony\Component\Console\Output\OutputInterface $output) 
abstract

Arguments

$formattedStartTime

$formattedEndTime

$input

\Symfony\Component\Console\Input\InputInterface

$output

\Symfony\Component\Console\Output\OutputInterface