Ejemplo n.º 1
0
 static function _trimFieldDefs($def)
 {
     $listDef = parent::_trimFieldDefs($def);
     if (isset($listDef['label'])) {
         $listDef['vname'] = $listDef['label'];
         unset($listDef['label']);
     }
     return $listDef;
 }