/**
  * @see parent::getLabelForAttribute()
  */
 function getLabelForAttribute($object, &$params)
 {
     // to extract the XHTML invalid attribute "typeEnum"
     $typeEnum = CMbArray::extract($params, "typeEnum");
     return parent::getLabelForAttribute($object, $params);
 }