Merge pull request #4708 from jitendrapurohit/CRM-15662
[civicrm-core.git] / CRM / Contact / Import / Importer.php
index c92d4c508e4c10c84fe8253098408533156dcb15..32931fd6c4afd5e98d051c13a0eedae590a8d768 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.5                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
  *  via a form post) and asynchronously (i.e. by the workflow system)
  */
 class CRM_Contact_Import_Importer {
+  /**
+   *
+   */
   public function __construct() {
     // may not need this
   }
 
+  /**
+   * @param int $timeout
+   */
   public function runIncompleteImportJobs($timeout = 55) {
     $startTime = time();
     $incompleteImportTables = CRM_Contact_Import_ImportJob::getIncompleteImportTables();