Copied!
  • property string $activity_id The system assigned UUID that uniquely identifies an activity.
  • property string $state The activity processing state.
  • property \PHPFUI\ConstantContact\DateTime $started_at Timestamp showing when processing started for the activity, in ISO-8601 format.
  • property \PHPFUI\ConstantContact\DateTime $completed_at Timestamp showing when processing completed for the activity, in ISO-8601 format.
  • property \PHPFUI\ConstantContact\DateTime $created_at Timestamp showing when the activity was first requested, in ISO-8601 format.
  • property \PHPFUI\ConstantContact\DateTime $updated_at Timestamp showing when the activity was last updated, in ISO-8601 format.
  • property int $percent_done The processing percent complete for the activity.
  • property array $activity_errors An array of error message strings describing the errors that occurred.
  • property \PHPFUI\ConstantContact\Definition\Status $status
  • property \PHPFUI\ConstantContact\Definition\Link $_links
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 = ['activity_id' => 'string', 'state' => 'string', 'started_at' => '\PHPFUI\ConstantContact\DateTime', 'completed_at' => '\PHPFUI\ConstantContact\DateTime', 'created_at' => '\PHPFUI\ConstantContact\DateTime', 'updated_at' => '\PHPFUI\ConstantContact\DateTime', 'percent_done' => 'int', 'activity_errors' => 'array', 'status' => '\PHPFUI\ConstantContact\Definition\Status', '_links' => '\PHPFUI\ConstantContact\Definition\Link']
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 = ['activity_id' => 'string', 'state' => 'string', 'started_at' => '\PHPFUI\ConstantContact\DateTime', 'completed_at' => '\PHPFUI\ConstantContact\DateTime', 'created_at' => '\PHPFUI\ConstantContact\DateTime', 'updated_at' => '\PHPFUI\ConstantContact\DateTime', 'percent_done' => 'int', 'activity_errors' => 'array', 'status' => '\PHPFUI\ConstantContact\Definition\Status', '_links' => '\PHPFUI\ConstantContact\Definition\Link']
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