Fix comments on DAO files
[civicrm-core.git] / CRM / Core / DAO / StatusPreference.php
index 943d7ac8eabbc4c5a20138d8746b3788ef79a302..a4f45c5d20d6c246fce430494efd27dfd154184d 100644 (file)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Core_DAO_StatusPreference constructor.
+ */
 class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_status_pref';
   /**
-   * 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
    */
@@ -91,16 +93,14 @@ class CRM_Core_DAO_StatusPreference extends CRM_Core_DAO {
    */
   public $check_info;
   /**
-   * class constructor
-   *
-   * @return civicrm_status_pref
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_status_pref';
     parent::__construct();
   }
   /**
-   * Returns foreign keys and entity references
+   * Returns foreign keys and entity references.
    *
    * @return array
    *   [CRM_Core_Reference_Interface]