Update copyright date for 2020
[civicrm-core.git] / CRM / Activity / DAO / Activity.php
index d81c1a82a875b6471d79fb0b774863b1c701f4a7..60fad910b6b563011a1a85d3c05b5bc6859824a6 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2019
+ * @copyright CiviCRM LLC (c) 2004-2020
  *
  * Generated from xml/schema/CRM/Activity/Activity.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:ffa557668a214e3683b1692238ad74ae)
+ * (GenCodeChecksum:fa6ffb0aaff92c8a515aff74919c7ad3)
  */
 
 /**
@@ -31,21 +31,21 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
   /**
    * Unique  Other Activity ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
   /**
    * Artificial FK to original transaction (e.g. contribution) IF it is not an Activity. Table can be figured out through activity_type_id, and further through component registry.
    *
-   * @var int unsigned
+   * @var int
    */
   public $source_record_id;
 
   /**
    * FK to civicrm_option_value.id, that has to be valid, registered activity type.
    *
-   * @var int unsigned
+   * @var int
    */
   public $activity_type_id;
 
@@ -66,7 +66,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
   /**
    * Planned or actual duration of activity expressed in minutes. Conglomerate of former duration_hours and duration_minutes.
    *
-   * @var int unsigned
+   * @var int
    */
   public $duration;
 
@@ -80,7 +80,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
   /**
    * Phone ID of the number called (optional - used if an existing phone number is selected).
    *
-   * @var int unsigned
+   * @var int
    */
   public $phone_id;
 
@@ -101,57 +101,57 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
   /**
    * ID of the status this activity is currently in. Foreign key to civicrm_option_value.
    *
-   * @var int unsigned
+   * @var int
    */
   public $status_id;
 
   /**
    * ID of the priority given to this activity. Foreign key to civicrm_option_value.
    *
-   * @var int unsigned
+   * @var int
    */
   public $priority_id;
 
   /**
    * Parent meeting ID (if this is a follow-up item). This is not currently implemented
    *
-   * @var int unsigned
+   * @var int
    */
   public $parent_id;
 
   /**
-   * @var boolean
+   * @var bool
    */
   public $is_test;
 
   /**
    * Activity Medium, Implicit FK to civicrm_option_value where option_group = encounter_medium.
    *
-   * @var int unsigned
+   * @var int
    */
   public $medium_id;
 
   /**
-   * @var boolean
+   * @var bool
    */
   public $is_auto;
 
   /**
    * FK to Relationship ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $relationship_id;
 
   /**
-   * @var boolean
+   * @var bool
    */
   public $is_current_revision;
 
   /**
    * Activity ID of the first activity record in versioning chain.
    *
-   * @var int unsigned
+   * @var int
    */
   public $original_id;
 
@@ -163,21 +163,21 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
   public $result;
 
   /**
-   * @var boolean
+   * @var bool
    */
   public $is_deleted;
 
   /**
    * The campaign for which this activity has been triggered.
    *
-   * @var int unsigned
+   * @var int
    */
   public $campaign_id;
 
   /**
    * Assign a specific level of engagement to this activity. Used for tracking constituents in ladder of engagement.
    *
-   * @var int unsigned
+   * @var int
    */
   public $engagement_level;
 
@@ -189,7 +189,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
   /**
    * Activity marked as favorite.
    *
-   * @var boolean
+   * @var bool
    */
   public $is_star;
 
@@ -288,7 +288,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'activity_type',
             'optionEditPath' => 'civicrm/admin/options/activity_type',
-          ]
+          ],
         ],
         'activity_subject' => [
           'name' => 'subject',
@@ -430,7 +430,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'activity_status',
             'optionEditPath' => 'civicrm/admin/options/activity_status',
-          ]
+          ],
         ],
         'priority_id' => [
           'name' => 'priority_id',
@@ -448,7 +448,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'priority',
             'optionEditPath' => 'civicrm/admin/options/priority',
-          ]
+          ],
         ],
         'parent_id' => [
           'name' => 'parent_id',
@@ -496,7 +496,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'encounter_medium',
             'optionEditPath' => 'civicrm/admin/options/encounter_medium',
-          ]
+          ],
         ],
         'is_auto' => [
           'name' => 'is_auto',
@@ -604,7 +604,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
             'table' => 'civicrm_campaign',
             'keyColumn' => 'id',
             'labelColumn' => 'title',
-          ]
+          ],
         ],
         'activity_engagement_level' => [
           'name' => 'engagement_level',
@@ -624,7 +624,7 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'engagement_index',
             'optionEditPath' => 'civicrm/admin/options/engagement_index',
-          ]
+          ],
         ],
         'weight' => [
           'name' => 'weight',