X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FDAO%2FParticipantPayment.php;h=a13745ca8f37c082da2ff47bc7dac675181d3f93;hb=34409022ce4b4dfd27dc7b35939f8017ce2207ef;hp=57b9b9697aa8e6557b16c51b74de2a4e26833db7;hpb=8be074be78de0dee8886e3fbf2db1653127750ed;p=civicrm-core.git diff --git a/CRM/Event/DAO/ParticipantPayment.php b/CRM/Event/DAO/ParticipantPayment.php index 57b9b9697a..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:6300da7ad1aebb4963cb5857ef146772) + * (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;