comment fixes
[civicrm-core.git] / CRM / Upgrade / Snapshot / V4p2 / Price / DAO / SetEntity.php
index 35de88c00c5477c574238d06e8110dd18f04c2e5..7cf6624dcda7cdc48986baef9ea5d1ddcd801fa2 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
 +--------------------------------------------------------------------+
-| CiviCRM version 4.6                                                |
+| CiviCRM version 4.7                                                |
 +--------------------------------------------------------------------+
-| Copyright CiviCRM LLC (c) 2004-2014                                |
+| Copyright CiviCRM LLC (c) 2004-2015                                |
 +--------------------------------------------------------------------+
 | This file is a part of CiviCRM.                                    |
 |                                                                    |
@@ -27,7 +27,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
@@ -103,7 +103,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
   public $price_set_id;
 
   /**
-   * Class constructor
+   * Class constructor.
    *
    * @return \CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity
    */
@@ -113,7 +113,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
   }
 
   /**
-   * return foreign links
+   * Return foreign links.
    *
    * @return array
    */
@@ -127,7 +127,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
   }
 
   /**
-   * returns all the column names of this table
+   * Returns all the column names of this table.
    *
    * @return array
    */
@@ -164,7 +164,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
   }
 
   /**
-   * returns the names of this table
+   * returns the names of this table.
    *
    * @return string
    */
@@ -173,7 +173,7 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
   }
 
   /**
-   * returns if this table needs to be logged
+   * returns if this table needs to be logged.
    *
    * @return boolean
    */
@@ -182,7 +182,9 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
   }
 
   /**
-   * returns the list of fields that can be imported
+   * Returns the list of fields that can be imported.
+   *
+   * @param bool $prefix
    *
    * @return array
    */
@@ -205,7 +207,9 @@ class CRM_Upgrade_Snapshot_V4p2_Price_DAO_SetEntity extends CRM_Core_DAO {
   }
 
   /**
-   * returns the list of fields that can be exported
+   * returns the list of fields that can be exported.
+   *
+   * @param bool $prefix
    *
    * @return array
    */