[REF][PHP8.2] Declare _lastParticipant property
authorBradley Taylor <hello@brad-taylor.co.uk>
Fri, 22 Dec 2023 20:26:05 +0000 (20:26 +0000)
committerBradley Taylor <hello@brad-taylor.co.uk>
Fri, 22 Dec 2023 20:26:05 +0000 (20:26 +0000)
CRM/Event/Form/Registration/AdditionalParticipant.php

index 81ee3e4d0738828ae268eeecdbd652857b07168e..1840d1ee72f4234ac590c22239bcd523a54e5796 100644 (file)
@@ -27,6 +27,14 @@ class CRM_Event_Form_Registration_AdditionalParticipant extends CRM_Event_Form_R
    */
   public $additionalParticipantId = NULL;
 
+  /**
+   * Tracks whether we are at the last participant.
+   *
+   * @var bool
+   * @internal
+   */
+  public $_lastParticipant = FALSE;
+
   /**
    * Get the active UFGroups (profiles) on this form
    * Many forms load one or more UFGroups (profiles).