예제 #1
0
파일: Runner.php 프로젝트: stojg/stepper
 /**
  * @param Step $step
  */
 public function addStep(Step $step)
 {
     $step->prepare();
     $this->steps[] = $step;
 }