Copied!
  • property \PHPFUI\ConstantContact\UUID $campaign_activity_id The unique id of the activity for an e-mail campaign.
  • property \PHPFUI\ConstantContact\DateTime $start_on The last date at which the email was sent to this contact.
  • property int $em_bounces The number of times the email has bounced for this contact.
  • property int $em_clicks The number of times this contact has clicked a link in this email.
  • property int $em_forwards The number of times this contact has forwarded this email.
  • property int $em_opens The number of times this contact has opened this email.
  • property int $em_sends The number of times the email was sent to this contact.
  • property int $em_unsubscribes The number of times this contact has opted out.
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
Properties
protected static array $fields = ['campaign_activity_id' => '\PHPFUI\ConstantContact\UUID', 'start_on' => '\PHPFUI\ConstantContact\DateTime', 'em_bounces' => 'int', 'em_clicks' => 'int', 'em_forwards' => 'int', 'em_opens' => 'int', 'em_sends' => 'int', 'em_unsubscribes' => 'int']
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', 'start_on' => '\PHPFUI\ConstantContact\DateTime', 'em_bounces' => 'int', 'em_clicks' => 'int', 'em_forwards' => 'int', 'em_opens' => 'int', 'em_sends' => 'int', 'em_unsubscribes' => 'int']
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.
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration