public function configure()
 {
     parent::configure();
     $this->widgetSchema->setLabels(array('host' => 'KNXnet/IP host', 'service' => 'KNXnet/IP port'));
     $this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema);
 }
 public function configure()
 {
     parent::configure();
     $this->widgetSchema->setLabels(array());
     $this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema);
 }
 public function configure()
 {
     parent::configure();
     $this->widgetSchema->setLabels(array('host' => 'IPX800 host', 'service' => 'IPX800 port', 'preset' => 'Preset URL'));
     $this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema);
 }
 public function configure()
 {
     parent::configure();
     $this->widgetSchema->setLabels(array('command' => 'Command', 'force-status' => 'Force status'));
     $this->errorSchema = new sfValidatorErrorSchema($this->validatorSchema);
 }