/**
  * Sets a config value on the fieldset
  *
  * @param   string
  * @param   mixed
  * @return  Fieldset  this, to allow chaining
  */
 public function set_config($config, $value = null)
 {
     $this->fieldset->set_config($config, $value);
     return $this;
 }