Merge pull request #9656 from eileenmcnaughton/comments
[civicrm-core.git] / CRM / Mailing / DAO / BouncePattern.php
index d1bd4a65bdc048c31c277b97b4a2011400f36563..1de4ba609f1c89fc5ddb9e8d7a0802ac302a957f 100644 (file)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Mailing_DAO_BouncePattern constructor.
+ */
 class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_mailing_bounce_pattern';
   /**
-   * 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
    */
@@ -66,16 +68,14 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO {
    */
   public $pattern;
   /**
-   * class constructor
-   *
-   * @return civicrm_mailing_bounce_pattern
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_mailing_bounce_pattern';
     parent::__construct();
   }
   /**
-   * Returns foreign keys and entity references
+   * Returns foreign keys and entity references.
    *
    * @return array
    *   [CRM_Core_Reference_Interface]