Fix comments on DAO files
[civicrm-core.git] / CRM / Mailing / Event / DAO / TrackableURLOpen.php
index e1b2f8f665d514ed8ede37e4b717392a70c95632..0d09ccec404c4fd4ef81f16ccbc115931b175629 100644 (file)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
+/**
+ * CRM_Mailing_Event_DAO_TrackableURLOpen constructor.
+ */
 class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO {
   /**
-   * static instance to hold the table name
+   * Static instance to hold the table name.
    *
    * @var string
    */
   static $_tableName = 'civicrm_mailing_event_trackable_url_open';
   /**
-   * 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
    */
@@ -72,16 +74,14 @@ class CRM_Mailing_Event_DAO_TrackableURLOpen extends CRM_Core_DAO {
    */
   public $time_stamp;
   /**
-   * class constructor
-   *
-   * @return civicrm_mailing_event_trackable_url_open
+   * Class constructor.
    */
   function __construct() {
     $this->__table = 'civicrm_mailing_event_trackable_url_open';
     parent::__construct();
   }
   /**
-   * Returns foreign keys and entity references
+   * Returns foreign keys and entity references.
    *
    * @return array
    *   [CRM_Core_Reference_Interface]