Merge pull request #13987 from seamuslee001/new_coder_pcp_pledge_profile_queue_report
[civicrm-core.git] / CRM / Core / DAO / AddressFormat.php
index f77df5b91cfe44bbb6da31b72a5691a91658dedb..d9286653a4931fb438b5e5891fe2a688ac8bce25 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  *
  * Generated from xml/schema/CRM/Core/AddressFormat.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:9f58709f0e50bebe21edf4d50880e5fb)
+ * (GenCodeChecksum:08e72cd783856c58dbdaeee364102c01)
  */
 
 /**
@@ -19,14 +19,14 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO {
    *
    * @var string
    */
-  static $_tableName = 'civicrm_address_format';
+  public static $_tableName = 'civicrm_address_format';
 
   /**
    * Should CiviCRM log any modifications to this table in the civicrm_log table.
    *
    * @var bool
    */
-  static $_log = FALSE;
+  public static $_log = FALSE;
 
   /**
    * Address Format Id
@@ -62,7 +62,7 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Address Format ID'),
-          'description' => 'Address Format Id',
+          'description' => ts('Address Format Id'),
           'required' => TRUE,
           'table_name' => 'civicrm_address_format',
           'entity' => 'AddressFormat',
@@ -73,7 +73,7 @@ class CRM_Core_DAO_AddressFormat extends CRM_Core_DAO {
           'name' => 'format',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Address Format'),
-          'description' => 'The format of an address',
+          'description' => ts('The format of an address'),
           'table_name' => 'civicrm_address_format',
           'entity' => 'AddressFormat',
           'bao' => 'CRM_Core_DAO_AddressFormat',