Copied!
  • property \PHPFUI\ConstantContact\UUID $campaign_activity_id The campaign activity ID associated with the registration form.
  • property \PHPFUI\ConstantContact\UUID $conf_email_campaign_activity_id The confirmation email campaign activity ID.
  • property string $create_time The event's create time.
  • property string $items_header items header
  • property string $last_update_time The event's last modification time.
  • property \PHPFUI\ConstantContact\Definition\EventMediaAssetDto[] $media_assets The list of media assets configured for the event.
  • property int $overall_ticket_capacity The total overall ticket capacity.
  • property string $platform_fee_scope_type Specifies if the platform fee is passed to registrant or absorbed by the event host.
  • property \PHPFUI\ConstantContact\Definition\PromoCodeDto[] $promo_codes The list of promo_codes configured for the event.
  • property bool $reg_manually_closed_flag Closes registration to prevent further registrations.
  • property string $registration_end_time The date and time when registration should end. ISO format.
  • property string $registration_type The registration type for the event.
  • property bool $restrict_to_single_ticket_flag Restricts selection to a single ticket.
  • property string $tickets_header The header to use for tickets.
  • property string $track_id The ticket track id.
  • property \PHPFUI\ConstantContact\Definition\ItemDto[] $items
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 = ['campaign_activity_id' => '\PHPFUI\ConstantContact\UUID', 'conf_email_campaign_activity_id' => '\PHPFUI\ConstantContact\UUID', 'create_time' => 'string', 'items_header' => 'string', 'last_update_time' => 'string', 'media_assets' => 'array<\PHPFUI\ConstantContact\Definition\EventMediaAssetDto>', 'overall_ticket_capacity' => 'int', 'platform_fee_scope_type' => 'string', 'promo_codes' => 'array<\PHPFUI\ConstantContact\Definition\PromoCodeDto>', 'reg_manually_closed_flag' => 'bool', 'registration_end_time' => 'string', 'registration_type' => 'string', 'restrict_to_single_ticket_flag' => 'bool', 'tickets_header' => 'string', 'track_id' => 'string', 'items' => 'array<\PHPFUI\ConstantContact\Definition\ItemDto>']
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 = ['campaign_activity_id' => '\PHPFUI\ConstantContact\UUID', 'conf_email_campaign_activity_id' => '\PHPFUI\ConstantContact\UUID', 'create_time' => 'string', 'items_header' => 'string', 'last_update_time' => 'string', 'media_assets' => 'array<\PHPFUI\ConstantContact\Definition\EventMediaAssetDto>', 'overall_ticket_capacity' => 'int', 'platform_fee_scope_type' => 'string', 'promo_codes' => 'array<\PHPFUI\ConstantContact\Definition\PromoCodeDto>', 'reg_manually_closed_flag' => 'bool', 'registration_end_time' => 'string', 'registration_type' => 'string', 'restrict_to_single_ticket_flag' => 'bool', 'tickets_header' => 'string', 'track_id' => 'string', 'items' => 'array<\PHPFUI\ConstantContact\Definition\ItemDto>']
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