function getFieldNames() { $fieldNames = parent::getFieldNames(); $fieldNames[self::ADD_ATTACHMENT] = 'Add Attachment'; return $fieldNames; }