Merge pull request #14735 from mattwire/deprecated_getallpermissions
[civicrm-core.git] / CRM / Core / DAO / Address.php
index f020412740ff0ee7349db790888fe4cf95e54656..b1e00a83dc990f2f2ca9999fc90fa379bd93f214 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Core/Address.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a81d4789f6650c68145ab9bf1e4481a8)
+ * (GenCodeChecksum:e9acc7bc70fb2860407a7d4afe12c725)
  */
 
 /**
@@ -31,42 +31,42 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
   /**
    * Unique Address ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $id;
 
   /**
    * FK to Contact ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $contact_id;
 
   /**
    * Which Location does this address belong to.
    *
-   * @var int unsigned
+   * @var int
    */
   public $location_type_id;
 
   /**
    * Is this the primary address.
    *
-   * @var boolean
+   * @var bool
    */
   public $is_primary;
 
   /**
    * Is this the billing address.
    *
-   * @var boolean
+   * @var bool
    */
   public $is_billing;
 
   /**
    * Concatenation of all routable street address components (prefix, street number, street name, suffix, unit
-   number OR P.O. Box). Apps should be able to determine physical location with this data (for mapping, mail
-   delivery, etc.).
+   number OR P.O. Box). Apps should be able to determine physical location with this data (for mapping, mail
+   delivery, etc.).
    *
    * @var string
    */
@@ -152,14 +152,14 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
   /**
    * Which County does this address belong to.
    *
-   * @var int unsigned
+   * @var int
    */
   public $county_id;
 
   /**
    * Which State_Province does this address belong to.
    *
-   * @var int unsigned
+   * @var int
    */
   public $state_province_id;
 
@@ -187,7 +187,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
   /**
    * Which Country does this address belong to.
    *
-   * @var int unsigned
+   * @var int
    */
   public $country_id;
 
@@ -208,7 +208,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
   /**
    * Is this a manually entered geo code
    *
-   * @var boolean
+   * @var bool
    */
   public $manual_geo_code;
 
@@ -227,7 +227,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
   /**
    * FK to Address ID
    *
-   * @var int unsigned
+   * @var int
    */
   public $master_id;
 
@@ -307,7 +307,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
             'table' => 'civicrm_location_type',
             'keyColumn' => 'id',
             'labelColumn' => 'display_name',
-          ]
+          ],
         ],
         'is_primary' => [
           'name' => 'is_primary',
@@ -345,8 +345,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'title' => ts('Street Address'),
           'description' => ts('Concatenation of all routable street address components (prefix, street number, street name, suffix, unit
       number OR P.O. Box). Apps should be able to determine physical location with this data (for mapping, mail
-      delivery, etc.).
-    '),
+      delivery, etc.).'),
           'maxlength' => 96,
           'size' => CRM_Utils_Type::HUGE,
           'import' => TRUE,
@@ -381,8 +380,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
           'name' => 'street_number_suffix',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Street Number Suffix'),
-          'description' => ts('Non-numeric portion of address number on the street, e.g. For 112A Main St, the street_number_suffix = A
-    '),
+          'description' => ts('Non-numeric portion of address number on the street, e.g. For 112A Main St, the street_number_suffix = A'),
           'maxlength' => 8,
           'size' => CRM_Utils_Type::EIGHT,
           'where' => 'civicrm_address.street_number_suffix',
@@ -575,7 +573,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
             'table' => 'civicrm_county',
             'keyColumn' => 'id',
             'labelColumn' => 'name',
-          ]
+          ],
         ],
         'state_province_id' => [
           'name' => 'state_province_id',
@@ -596,7 +594,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
             'table' => 'civicrm_state_province',
             'keyColumn' => 'id',
             'labelColumn' => 'name',
-          ]
+          ],
         ],
         'postal_code_suffix' => [
           'name' => 'postal_code_suffix',
@@ -671,7 +669,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
             'nameColumn' => 'iso_code',
-          ]
+          ],
         ],
         'geo_code_1' => [
           'name' => 'geo_code_1',