Example #1
0
 /**
  * @param Step $step
  */
 public function addStep(Step $step)
 {
     $step->prepare();
     $this->steps[] = $step;
 }