PipelineRunCommand extends Command uses ConfigOptions, StatisticsOptions
FinalYes
Attributes
- #[AsCommand]
- $name: 'pipeline:run'
- $description: 'Execute data processing pipeline from a php file.'
- $aliases: ['run']
Methods
- configure() : void
- execute() : int
Methods
configure()
public
configure() : void
execute()
public
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface