Copied!
  • property int $checkedIn_tickets The total number of tickets processed to check in for the event.
  • property string $checkin_status The status of the check-in.
  • property int $eligible_checkin_tickets The current checkin status.
  • property string $email_address The email address associated with the registered event user.
  • property string $first_name The first name of the person that registered for the event.
  • property string $last_name The last name of the person that registered for the event.
  • property bool $new_contact Set to true to indicate that the contact is new, otherwise set to false.
  • property string $payment_status The current payment status for a registration.
  • property string $registration_id The ID that uniquely identifies a registration.
  • property string $registration_status The status of a registration. Acceptable values include: PENDING, REGISTERED, CANCELED, EXPIRED, IN_PROGRESS, FAILED.
  • property \PHPFUI\ConstantContact\DateTime $registration_time The time of event registration, in ISO format.
  • property int $tickets Total number of tickets associated with a registration.
  • property int $total The total amount paid for a registration.
  • property string $track_key System generated string used to track a registration.
CloneableInstantiable
Methods
public PHPFUI\ConstantContact\Definition\Base::__construct(array $initialValues = [])
public PHPFUI\ConstantContact\Definition\Base::__get(string $field) : ?mixed
 

Unset fields will return null

public PHPFUI\ConstantContact\Definition\Base::__set(string $field, ?mixed $value)
 
  • return mixed value being set to allow for assignment chaining
public PHPFUI\ConstantContact\Definition\Base::getData() : array
 
  • return array representation of data
public PHPFUI\ConstantContact\Definition\Base::getFields() : array
 
  • return array all the valid fields for the object. Index is field name and value is the type.
public PHPFUI\ConstantContact\Definition\Base::getJSON() : string
 
  • return string pretty print JSON
public PHPFUI\ConstantContact\Definition\Base::toArray() : array
 

More descriptive alternative to getData()

  • return array representation of data
Properties
protected static array $fields = ['checkedIn_tickets' => 'int', 'checkin_status' => 'string', 'eligible_checkin_tickets' => 'int', 'email_address' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'new_contact' => 'bool', 'payment_status' => 'string', 'registration_id' => 'string', 'registration_status' => 'string', 'registration_time' => '\PHPFUI\ConstantContact\DateTime', 'tickets' => 'int', 'total' => 'int', 'track_key' => 'string']
protected static array PHPFUI\ConstantContact\Definition\Base::$maxLength = []
 
  • var array<string,int> maximum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$minLength = []
 
  • var array<string,int> minimum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$requiredFields = []
 
  • var string[] required fields.
Properties
protected static array $fields = ['checkedIn_tickets' => 'int', 'checkin_status' => 'string', 'eligible_checkin_tickets' => 'int', 'email_address' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'new_contact' => 'bool', 'payment_status' => 'string', 'registration_id' => 'string', 'registration_status' => 'string', 'registration_time' => '\PHPFUI\ConstantContact\DateTime', 'tickets' => 'int', 'total' => 'int', 'track_key' => 'string']
protected static array PHPFUI\ConstantContact\Definition\Base::$maxLength = []
 
  • var array<string,int> maximum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$minLength = []
 
  • var array<string,int> minimum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$requiredFields = []
 
  • var string[] required fields.
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration