Fix comments on DAO files
[civicrm-core.git] / CRM / Contribute / DAO / ContributionProduct.php
index db933908a9bc0f8d56b45b86438a6b88cb102247..48679f2d8e6f7dada6929c0d8e176ad22ddf8da3 100644 (file)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Contribute_DAO_ContributionProduct constructor.
+ */
 class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_contribution_product';
   /**
-   * static value to see if we should log any modifications to
-   * this table in the civicrm_log table
+   * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
    * @var boolean
    */
@@ -104,16 +106,14 @@ class CRM_Contribute_DAO_ContributionProduct extends CRM_Core_DAO {
    */
   public $financial_type_id;
   /**
-   * class constructor
-   *
-   * @return civicrm_contribution_product
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_contribution_product';
     parent::__construct();
   }
   /**
-   * Returns foreign keys and entity references
+   * Returns foreign keys and entity references.
    *
    * @return array
    *   [CRM_Core_Reference_Interface]