Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-08-03-11-26-36
[civicrm-core.git] / CRM / Financial / Form / Export.php
index 954c57c62763e8769f0dce6b4d6c4032b81374f2..bea6d36620526aba7c6c088078bf54de27259547 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -48,22 +48,22 @@ class CRM_Financial_Form_Export extends CRM_Core_Form {
   protected $_id;
 
   /**
-   * Financial batch ids
+   * Financial batch ids.
    */
   protected $_batchIds = array();
 
   /**
-   * Export status id
+   * Export status id.
    */
   protected $_exportStatusId;
 
   /**
-   * Export format
+   * Export format.
    */
   protected $_exportFormat;
 
   /**
-   * Build all the data structures needed to build the form
+   * Build all the data structures needed to build the form.
    *
    * @return void
    */
@@ -111,7 +111,7 @@ class CRM_Financial_Form_Export extends CRM_Core_Form {
   }
 
   /**
-   * Build the form object
+   * Build the form object.
    *
    * @return void
    */
@@ -150,7 +150,7 @@ class CRM_Financial_Form_Export extends CRM_Core_Form {
   }
 
   /**
-   * Process the form after the input has been submitted and validated
+   * Process the form after the input has been submitted and validated.
    *
    * @return void
    */