Merge pull request #4708 from jitendrapurohit/CRM-15662
[civicrm-core.git] / CRM / Contact / BAO / SubscriptionHistory.php
index 11d643c14886ba0f8b5ade854303b7979db69825..09fe3ec06cf8c6205c481e373f79df5666e4b7b9 100644 (file)
  * BAO object for crm_email table
  */
 class CRM_Contact_BAO_SubscriptionHistory extends CRM_Contact_DAO_SubscriptionHistory {
+  /**
+   * class constructor
+   *
+   * @access public
+   * @return \CRM_Contact_DAO_SubscriptionHistory
+   */
+  /**
+   *
+   */
   function __construct() {
     parent::__construct();
   }