CRM/Case add automatically generated comments
[civicrm-core.git] / CRM / Custom / Import / Form / Preview.php
index 20039757690b15a89608e933a5dbf5452c8892b4..27dba3aeb01298b6d5eee962f2b5676dad4e4fb7 100644 (file)
@@ -1,4 +1,8 @@
 <?php
+
+/**
+ * Class CRM_Custom_Import_Form_Preview
+ */
 class CRM_Custom_Import_Form_Preview extends CRM_Import_Form_Preview {
   public $_parser = 'CRM_Custom_Import_Parser_Api';
   protected $_importParserUrl = '&parser=CRM_Custom_Import_Parser';
@@ -142,4 +146,4 @@ class CRM_Custom_Import_Form_Preview extends CRM_Import_Form_Preview {
       $this->set('downloadMismatchRecordsUrl', CRM_Utils_System::url('civicrm/export', $urlParams));
     }
   }
-}
\ No newline at end of file
+}