API/DAO Metadata - Retain versioning metadata for possible usage in runtime+tooling
[civicrm-core.git] / CRM / Price / DAO / LineItem.php
index cdd8ddb737c87969c2c7eeb1ce65f578a6842a2d..1b09a54dc9f2f15a3492090492994d7567de335f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Price/LineItem.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:5609d31fcef89762093ebeccbf76f91b)
+ * (GenCodeChecksum:84c128f076238b53a8c0c6dd23a22587)
  */
 
 /**
@@ -179,6 +179,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'entity' => 'LineItem',
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'entity_table' => [
           'name' => 'entity_table',
@@ -193,6 +194,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'entity' => 'LineItem',
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'entity_id' => [
           'name' => 'entity_id',
@@ -205,6 +207,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'entity' => 'LineItem',
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'contribution_id' => [
           'name' => 'contribution_id',
@@ -217,6 +220,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contribute_DAO_Contribution',
+          'add' => '4.5',
         ],
         'price_field_id' => [
           'name' => 'price_field_id',
@@ -229,6 +233,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
           'FKClassName' => 'CRM_Price_DAO_PriceField',
+          'add' => '1.7',
         ],
         'label' => [
           'name' => 'label',
@@ -246,6 +251,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'qty' => [
           'name' => 'qty',
@@ -265,6 +271,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'unit_price' => [
           'name' => 'unit_price',
@@ -284,6 +291,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '1.7',
         ],
         'line_total' => [
           'name' => 'line_total',
@@ -300,6 +308,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'entity' => 'LineItem',
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
+          'add' => '1.7',
         ],
         'participant_count' => [
           'name' => 'participant_count',
@@ -315,6 +324,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '3.2',
         ],
         'price_field_value_id' => [
           'name' => 'price_field_value_id',
@@ -328,6 +338,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'bao' => 'CRM_Price_BAO_LineItem',
           'localizable' => 0,
           'FKClassName' => 'CRM_Price_DAO_PriceFieldValue',
+          'add' => '3.3',
         ],
         'financial_type_id' => [
           'name' => 'financial_type_id',
@@ -349,6 +360,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'name',
           ],
+          'add' => '4.3',
         ],
         'non_deductible_amount' => [
           'name' => 'non_deductible_amount',
@@ -371,6 +383,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.7',
         ],
         'tax_amount' => [
           'name' => 'tax_amount',
@@ -393,6 +406,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'html' => [
             'type' => 'Text',
           ],
+          'add' => '4.6',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);