Copied!
  • property string $id The unique identifier for the automation campaign workflow.
  • property string $name The name of the automation campaign.
  • property string $description The description of the automation campaign.
  • property \PHPFUI\ConstantContact\Definition\AutomationStructuredTag[] $structured_tags
  • property \PHPFUI\ConstantContact\Definition\AutomationWorkflowDefinition $active_definition
  • property \PHPFUI\ConstantContact\Definition\AutomationWorkflowDefinition $draft_definition
  • property bool $is_name_explicitly_set Indicates whether the automation campaign name was explicitly set.
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
public PHPFUI\ConstantContact\Definition\Base::jsonSerialize() : array
 

Impliment JsonSerializable

  • return array representation of data
public PHPFUI\ConstantContact\Definition\Base::toArray() : array
 

More descriptive alternative to getData()

  • return array representation of data
Properties
protected static array $fields = ['id' => 'string', 'name' => 'string', 'description' => 'string', 'structured_tags' => 'array<\PHPFUI\ConstantContact\Definition\AutomationStructuredTag>', 'active_definition' => '\PHPFUI\ConstantContact\Definition\AutomationWorkflowDefinition', 'draft_definition' => '\PHPFUI\ConstantContact\Definition\AutomationWorkflowDefinition', 'is_name_explicitly_set' => 'bool']
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 = ['id' => 'string', 'name' => 'string', 'description' => 'string', 'structured_tags' => 'array<\PHPFUI\ConstantContact\Definition\AutomationStructuredTag>', 'active_definition' => '\PHPFUI\ConstantContact\Definition\AutomationWorkflowDefinition', 'draft_definition' => '\PHPFUI\ConstantContact\Definition\AutomationWorkflowDefinition', 'is_name_explicitly_set' => 'bool']
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.
© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration