コード例 #1
0
ファイル: Common.php プロジェクト: Katoga/advent-of-code
 /**
  *
  * {@inheritDoc}
  * @see \AdventOfCode\Command\Commons::getSolution()
  */
 protected function getSolution()
 {
     $this->solver->setIterations($this->cycles);
     return parent::getSolution();
 }
コード例 #2
0
ファイル: Common.php プロジェクト: Katoga/advent-of-code
 /**
  *
  * {@inheritDoc}
  * @see \AdventOfCode\Command\Commons::getSolution()
  */
 protected function getSolution()
 {
     $this->solver->setOutputWire($this->outputWire);
     return parent::getSolution();
 }