Beispiel #1
0
 /**
  *
  * {@inheritDoc}
  * @see \AdventOfCode\Command\Commons::initialize()
  */
 protected function initialize(InputInterface $input, OutputInterface $output)
 {
     parent::initialize($input, $output);
     $this->cycles = $input->getOption(static::OPTION_CYCLES_NAME);
 }
Beispiel #2
0
 /**
  *
  * {@inheritDoc}
  * @see \AdventOfCode\Command\Commons::initialize()
  */
 protected function initialize(InputInterface $input, OutputInterface $output)
 {
     parent::initialize($input, $output);
     $this->outputWire = $input->getOption(static::OPTION_OUTPUT_WIRE_NAME);
 }