コード例 #1
0
ファイル: StepModel.php プロジェクト: Gardax/cookWithMeAPI
 /**
  * @param Step $step
  */
 function __construct(Step $step)
 {
     $this->id = $step->getId();
     $this->action = $step->getAction();
     $this->estimatedTime = $step->getEstimatedTime();
 }