Copied!
  • var \PHPFUI\ConstantContact\UUID $list_id Unique ID for the contact list
  • var string $name The name given to the contact list
  • var string $description Text describing the list.
  • var bool $favorite Identifies whether or not the account has favorited the contact list.
  • var \DateTime $created_at System generated date and time that the resource was created, in ISO-8601 format.
  • var \DateTime $updated_at Date and time that the list was last updated, in ISO-8601 format. System generated.
  • var int $membership_count The number of contacts in the contact list.
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, $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 = ['list_id' => '\PHPFUI\ConstantContact\UUID', 'name' => 'string', 'description' => 'string', 'favorite' => 'bool', 'created_at' => 'DateTime', 'updated_at' => 'DateTime', 'membership_count' => '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 = ['list_id' => '\PHPFUI\ConstantContact\UUID', 'name' => 'string', 'description' => 'string', 'favorite' => 'bool', 'created_at' => 'DateTime', 'updated_at' => 'DateTime', 'membership_count' => '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.
© 2023 Bruce Wells
Search Namespaces \ Classes
Configuration