Example #1
0
 /**
  * @param Step $step
  */
 function __construct(Step $step)
 {
     $this->id = $step->getId();
     $this->action = $step->getAction();
     $this->estimatedTime = $step->getEstimatedTime();
 }