*/
public $_pId;
- /**
- * 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).
* @param bool $isButtonJs
*
* @return bool
- * ture on success.
+ * true on success.
*/
public function isLastParticipant($isButtonJs = FALSE) {
$participant = $isButtonJs ? $this->_params[0]['additional_participants'] : $this->_params[0]['additional_participants'] + 1;