Fix comments on DAO files
[civicrm-core.git] / CRM / Contribute / DAO / Widget.php
index 46d2b57063df82c504980aad28a7dbfff416c8cf..6628f7cc627332f51d5126307152ec4dfabada9b 100644 (file)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Contribute_DAO_Widget constructor.
+ */
 class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_contribution_widget';
   /**
-   * 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
    */
@@ -142,16 +144,14 @@ class CRM_Contribute_DAO_Widget extends CRM_Core_DAO {
    */
   public $color_homepage_link;
   /**
-   * class constructor
-   *
-   * @return civicrm_contribution_widget
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_contribution_widget';
     parent::__construct();
   }
   /**
-   * Returns foreign keys and entity references
+   * Returns foreign keys and entity references.
    *
    * @return array
    *   [CRM_Core_Reference_Interface]