public function __construct()
 {
     parent::__construct();
     $this->dataObject = new Ezer_PropelElseInstanceData();
     $this->setType(Ezer_IntStep::STEP_TYPE_ELSE);
 }
 public function __construct()
 {
     parent::__construct();
     $this->dataObject = new Ezer_PropelForeachInstanceData();
     $this->setType(Ezer_IntStep::STEP_TYPE_SEQUENCE);
 }