示例#1
0
文件: Runner.php 项目: stojg/stepper
 /**
  * @param Step $step
  */
 public function addStep(Step $step)
 {
     $step->prepare();
     $this->steps[] = $step;
 }