Translate description in DAO files
[civicrm-core.git] / CRM / Member / DAO / MembershipPayment.php
CommitLineData
e501603b 1<?php
c3fc2621 2
e501603b
TO
3/**
4 * @package CRM
8c9251b3 5 * @copyright CiviCRM LLC (c) 2004-2018
e501603b
TO
6 *
7 * Generated from xml/schema/CRM/Member/MembershipPayment.xml
8 * DO NOT EDIT. Generated by CRM_Core_CodeGen
e7a6b91a 9 * (GenCodeChecksum:f5961822475bf3b83377d72f9ed34b07)
e501603b 10 */
c3fc2621 11
f41f0342 12/**
c3fc2621 13 * Database access object for the MembershipPayment entity.
f41f0342 14 */
e501603b 15class CRM_Member_DAO_MembershipPayment extends CRM_Core_DAO {
c3fc2621 16
e501603b 17 /**
f41f0342 18 * Static instance to hold the table name.
e501603b
TO
19 *
20 * @var string
21 */
22 static $_tableName = 'civicrm_membership_payment';
c3fc2621 23
e501603b 24 /**
f41f0342 25 * Should CiviCRM log any modifications to this table in the civicrm_log table.
e501603b 26 *
c3fc2621 27 * @var bool
e501603b 28 */
c3fc2621
CW
29 static $_log = TRUE;
30
e501603b 31 /**
e501603b
TO
32 * @var int unsigned
33 */
34 public $id;
c3fc2621 35
e501603b
TO
36 /**
37 * FK to Membership table
38 *
39 * @var int unsigned
40 */
41 public $membership_id;
c3fc2621 42
e501603b
TO
43 /**
44 * FK to contribution table.
45 *
46 * @var int unsigned
47 */
48 public $contribution_id;
c3fc2621 49
e501603b 50 /**
f41f0342 51 * Class constructor.
e501603b 52 */
c3fc2621 53 public function __construct() {
e501603b
TO
54 $this->__table = 'civicrm_membership_payment';
55 parent::__construct();
56 }
c3fc2621 57
e501603b 58 /**
f41f0342 59 * Returns foreign keys and entity references.
e501603b
TO
60 *
61 * @return array
62 * [CRM_Core_Reference_Interface]
63 */
c3fc2621 64 public static function getReferenceColumns() {
346aaaba
TO
65 if (!isset(Civi::$statics[__CLASS__]['links'])) {
66 Civi::$statics[__CLASS__]['links'] = static ::createReferenceColumns(__CLASS__);
c3fc2621
CW
67 Civi::$statics[__CLASS__]['links'][] = new CRM_Core_Reference_Basic(self::getTableName(), 'membership_id', 'civicrm_membership', 'id');
68 Civi::$statics[__CLASS__]['links'][] = new CRM_Core_Reference_Basic(self::getTableName(), 'contribution_id', 'civicrm_contribution', 'id');
346aaaba 69 CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'links_callback', Civi::$statics[__CLASS__]['links']);
e501603b 70 }
346aaaba 71 return Civi::$statics[__CLASS__]['links'];
e501603b 72 }
c3fc2621 73
e501603b
TO
74 /**
75 * Returns all the column names of this table
76 *
77 * @return array
78 */
c3fc2621 79 public static function &fields() {
346aaaba 80 if (!isset(Civi::$statics[__CLASS__]['fields'])) {
c3fc2621
CW
81 Civi::$statics[__CLASS__]['fields'] = [
82 'id' => [
e501603b
TO
83 'name' => 'id',
84 'type' => CRM_Utils_Type::T_INT,
c3fc2621
CW
85 'title' => ts('Membership Payment ID'),
86 'required' => TRUE,
522a26c9 87 'table_name' => 'civicrm_membership_payment',
88 'entity' => 'MembershipPayment',
89 'bao' => 'CRM_Member_BAO_MembershipPayment',
6a7e5e5d 90 'localizable' => 0,
c3fc2621
CW
91 ],
92 'membership_id' => [
e501603b
TO
93 'name' => 'membership_id',
94 'type' => CRM_Utils_Type::T_INT,
c3fc2621 95 'title' => ts('Membership'),
215b423e 96 'description' => ts('FK to Membership table'),
c3fc2621 97 'required' => TRUE,
522a26c9 98 'table_name' => 'civicrm_membership_payment',
99 'entity' => 'MembershipPayment',
100 'bao' => 'CRM_Member_BAO_MembershipPayment',
6a7e5e5d 101 'localizable' => 0,
e501603b 102 'FKClassName' => 'CRM_Member_DAO_Membership',
c3fc2621
CW
103 ],
104 'contribution_id' => [
e501603b
TO
105 'name' => 'contribution_id',
106 'type' => CRM_Utils_Type::T_INT,
c3fc2621 107 'title' => ts('Contribution'),
215b423e 108 'description' => ts('FK to contribution table.'),
522a26c9 109 'table_name' => 'civicrm_membership_payment',
110 'entity' => 'MembershipPayment',
111 'bao' => 'CRM_Member_BAO_MembershipPayment',
6a7e5e5d 112 'localizable' => 0,
e501603b 113 'FKClassName' => 'CRM_Contribute_DAO_Contribution',
c3fc2621
CW
114 ],
115 ];
346aaaba 116 CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);
e501603b 117 }
346aaaba 118 return Civi::$statics[__CLASS__]['fields'];
e501603b 119 }
c3fc2621 120
e501603b 121 /**
bd8e0b14 122 * Return a mapping from field-name to the corresponding key (as used in fields()).
e501603b
TO
123 *
124 * @return array
bd8e0b14 125 * Array(string $name => string $uniqueName).
e501603b 126 */
c3fc2621 127 public static function &fieldKeys() {
bd8e0b14
TO
128 if (!isset(Civi::$statics[__CLASS__]['fieldKeys'])) {
129 Civi::$statics[__CLASS__]['fieldKeys'] = array_flip(CRM_Utils_Array::collect('name', self::fields()));
e501603b 130 }
bd8e0b14 131 return Civi::$statics[__CLASS__]['fieldKeys'];
e501603b 132 }
c3fc2621 133
e501603b
TO
134 /**
135 * Returns the names of this table
136 *
137 * @return string
138 */
c3fc2621 139 public static function getTableName() {
e501603b
TO
140 return self::$_tableName;
141 }
c3fc2621 142
e501603b
TO
143 /**
144 * Returns if this table needs to be logged
145 *
c3fc2621 146 * @return bool
e501603b 147 */
c3fc2621 148 public function getLog() {
e501603b
TO
149 return self::$_log;
150 }
c3fc2621 151
e501603b
TO
152 /**
153 * Returns the list of fields that can be imported
154 *
155 * @param bool $prefix
156 *
157 * @return array
158 */
c3fc2621
CW
159 public static function &import($prefix = FALSE) {
160 $r = CRM_Core_DAO_AllCoreTables::getImports(__CLASS__, 'membership_payment', $prefix, []);
60808919 161 return $r;
e501603b 162 }
c3fc2621 163
e501603b
TO
164 /**
165 * Returns the list of fields that can be exported
166 *
167 * @param bool $prefix
168 *
169 * @return array
170 */
c3fc2621
CW
171 public static function &export($prefix = FALSE) {
172 $r = CRM_Core_DAO_AllCoreTables::getExports(__CLASS__, 'membership_payment', $prefix, []);
60808919 173 return $r;
e501603b 174 }
c3fc2621 175
e7a6b91a
AS
176 /**
177 * Returns the list of indices
c3fc2621
CW
178 *
179 * @param bool $localize
180 *
181 * @return array
e7a6b91a
AS
182 */
183 public static function indices($localize = TRUE) {
c3fc2621
CW
184 $indices = [
185 'UI_contribution_membership' => [
e7a6b91a 186 'name' => 'UI_contribution_membership',
c3fc2621 187 'field' => [
e7a6b91a
AS
188 0 => 'contribution_id',
189 1 => 'membership_id',
c3fc2621
CW
190 ],
191 'localizable' => FALSE,
192 'unique' => TRUE,
e7a6b91a 193 'sig' => 'civicrm_membership_payment::1::contribution_id::membership_id',
c3fc2621
CW
194 ],
195 ];
e7a6b91a
AS
196 return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
197 }
c3fc2621 198
e501603b 199}