X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FDAO%2FParticipantPayment.php;h=a13745ca8f37c082da2ff47bc7dac675181d3f93;hb=4e15c97f7744f00ecd720b75097db0a04d51d3a1;hp=9fe49f0c864c90fb016323719c558ea864ecda7c;hpb=02952b222b1543ed8e1b5d6b11c0f9d3aab0612b;p=civicrm-core.git diff --git a/CRM/Event/DAO/ParticipantPayment.php b/CRM/Event/DAO/ParticipantPayment.php index 9fe49f0c86..a13745ca8f 100644 --- a/CRM/Event/DAO/ParticipantPayment.php +++ b/CRM/Event/DAO/ParticipantPayment.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/ParticipantPayment.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:faf8b6394f4e57dd2bd6702f712f7157) + * (GenCodeChecksum:e968c8fec853683ccda7863407aef635) */ /** @@ -34,21 +34,27 @@ class CRM_Event_DAO_ParticipantPayment extends CRM_Core_DAO { /** * Participant Payment ID * - * @var int + * @var int|string|null + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $id; /** * Participant ID (FK) * - * @var int + * @var int|string + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $participant_id; /** * FK to contribution table. * - * @var int + * @var int|string + * (SQL type: int unsigned) + * Note that values will be retrieved from the database as a string. */ public $contribution_id;