コード例 #1
0
 public function isRootStep(Step $step)
 {
     return $step->getName() === self::ROOT_STEP_NAME;
 }