Ejemplo n.º 1
0
 public function formatFormOutput($key, &$attributes, \GO\Customfields\Model\AbstractCustomFieldsRecord $model)
 {
     if (!\GO\Customfields\Model\AbstractCustomFieldsRecord::$formatForExport) {
         return parent::formatFormOutput($key, $attributes, $model);
     } else {
         return $this->getName($attributes[$key]);
     }
 }