Example #1
0
 private function addTypeControl()
 {
     $control = $this->addRadioList('type', 'Type', ShipmentType::getLabels());
     $control->setDefaultValue(ShipmentType::PERSONAL);
     return $control;
 }