/**
  * @return array<Ezer_IntStep>
  */
 public function getSteps()
 {
     return Ezer_PropelStepPeer::retrieveChildSteps($this->getId(), $this->getType());
 }