Copied!
  • property string $campaign_activity_id The unique ID for an email campaign activity.
  • property string $from_email The "from email" email header for the email campaign activity.
  • property string $from_name The "from name" email header for the email campaign activity.
  • property string $preheader The email preheader for the email campaign activity. Only format_type 3, 4, and 5 email campaign activities use the preheader property.
  • property string $preview_html_content An HTML preview of the email campaign activity.
  • property string $preview_text_content A plain text preview of the email campaign activity.
  • property string $reply_to_email The email "Reply To Email" field for the email campaign activity.
  • property string $subject The email "Subject" field for the email campaign activity.
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' => 'string', 'from_email' => 'string', 'from_name' => 'string', 'preheader' => 'string', 'preview_html_content' => 'string', 'preview_text_content' => 'string', 'reply_to_email' => 'string', 'subject' => '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 = ['campaign_activity_id' => 'string', 'from_email' => 'string', 'from_name' => 'string', 'preheader' => 'string', 'preview_html_content' => 'string', 'preview_text_content' => 'string', 'reply_to_email' => 'string', 'subject' => '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.
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration