reporting-20: don't display soft credits by default when force=1
[civicrm-core.git] / CRM / Event / DAO / ParticipantStatusType.php
index 88b71b5da86e6d5dada69ab68817c690b30fe7ba..05cf5eccbc7b6e6a5f899567536b610af7cd0427 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/ParticipantStatusType.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a5d57dfe611deed17e1a3b24c35c4b73)
+ * (GenCodeChecksum:ff67f80115b20f29d4237edbfff9fe83)
  */
 
 /**
@@ -31,7 +31,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
   /**
    * unique participant status type id
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -59,35 +59,35 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
   /**
    * whether this is a status type required by the system
    *
-   * @var boolean
+   * @var bool
    */
   public $is_reserved;
 
   /**
    * whether this status type is active
    *
-   * @var boolean
+   * @var bool
    */
   public $is_active;
 
   /**
    * whether this status type is counted against event size limit
    *
-   * @var boolean
+   * @var bool
    */
   public $is_counted;
 
   /**
    * controls sort order
    *
-   * @var int unsigned
+   * @var int
    */
   public $weight;
 
   /**
    * whether the status type is visible to the public, an implicit foreign key to option_value.value related to the `visibility` option_group
    *
-   * @var int unsigned
+   * @var int
    */
   public $visibility_id;
 
@@ -164,7 +164,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           ],
           'pseudoconstant' => [
             'callback' => 'CRM_Event_PseudoConstant::participantStatusClassOptions',
-          ]
+          ],
         ],
         'is_reserved' => [
           'name' => 'is_reserved',
@@ -228,7 +228,7 @@ class CRM_Event_DAO_ParticipantStatusType extends CRM_Core_DAO {
           'pseudoconstant' => [
             'optionGroupName' => 'visibility',
             'optionEditPath' => 'civicrm/admin/options/visibility',
-          ]
+          ],
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);