Regenerate DAO files
[civicrm-core.git] / CRM / Core / DAO / MessageTemplate.php
index 7ba12439092b90a1fcd27c6f73414f3e0a783cc4..5b4604881fffdf682715ade889cd1bf74150d64c 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/MessageTemplate.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:988d404fbe6cd84e14a175f71b3f8440)
+ * (GenCodeChecksum:334135bbbd8614a2501e1cf56715eb46)
  */
 
 /**
@@ -31,7 +31,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
   /**
    * Message Template ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
@@ -64,42 +64,42 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
   public $msg_html;
 
   /**
-   * @var boolean
+   * @var bool
    */
   public $is_active;
 
   /**
    * a pseudo-FK to civicrm_option_value
    *
-   * @var int unsigned
+   * @var int
    */
   public $workflow_id;
 
   /**
    * is this the default message template for the workflow referenced by workflow_id?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_default;
 
   /**
    * is this the reserved message template which we ship for the workflow referenced by workflow_id?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_reserved;
 
   /**
    * Is this message template used for sms?
    *
-   * @var boolean
+   * @var bool
    */
   public $is_sms;
 
   /**
    * a pseudo-FK to civicrm_option_value containing PDF Page Format.
    *
-   * @var int unsigned
+   * @var int
    */
   public $pdf_format_id;
 
@@ -254,7 +254,7 @@ class CRM_Core_DAO_MessageTemplate extends CRM_Core_DAO {
             'optionGroupName' => 'pdf_format',
             'keyColumn' => 'id',
             'optionEditPath' => 'civicrm/admin/options/pdf_format',
-          ]
+          ],
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);