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