예제 #1
0
 /**
  * Set Step.
  *
  * @param Step $step
  */
 public function setStep(Step $step)
 {
     $this->step = $step;
     $step->addStepQuestion($this);
 }