コード例 #1
0
ファイル: Runner.php プロジェクト: stojg/stepper
 /**
  * @param Step $step
  */
 public function addStep(Step $step)
 {
     $step->prepare();
     $this->steps[] = $step;
 }