Copied!
  • property int $bounce Percentage of emails sent to unique recipients that bounced.
  • property int $click Percentage of recipients who opened the email who also clicked one or more links in it.
  • property int $desktop_click Percentage of clicks that came from a standard desktop or laptop computer.
  • property int $desktop_open Percentage of opens that came from a standard desktop or laptop computer.
  • property int $did_not_open Percentage of recipients that received the email (did not bounce) but did not open it.
  • property int $mobile_click Percentage of clicks that came from a mobile phone, tablet computer, or similar small mobile device (e.g. iPhone or iPad).
  • property int $mobile_open Percentage of opens that came from a mobile phone, tablet computer, or similar small mobile device (e.g. iPhone or iPad).
  • property int $open Percentage of recipients that received the email (did not bounce) and opened it.
  • property int $unsubscribe Percentage of recipients that received the email (did not bounce) and chose to unsubscribe.
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 = ['bounce' => 'int', 'click' => 'int', 'desktop_click' => 'int', 'desktop_open' => 'int', 'did_not_open' => 'int', 'mobile_click' => 'int', 'mobile_open' => 'int', 'open' => 'int', 'unsubscribe' => '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 = ['bounce' => 'int', 'click' => 'int', 'desktop_click' => 'int', 'desktop_open' => 'int', 'did_not_open' => 'int', 'mobile_click' => 'int', 'mobile_open' => 'int', 'open' => 'int', 'unsubscribe' => '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