Copied!
  • property string $first_name The client account user's first name.
  • property string $last_name The client account user's last name.
  • property string $role_name The role (account_manager or campaign_creator) to assign the client account user.
  • property string $contact_email The unique email address to associate with the new client account user.
  • property string $login_name The login name to associate with the new client account user.
  • property string $external_id The unique ID used to identify the client account user to the external authenticator.
  • property string $external_provider The unique name used to identify the external provider used to authenticate the client account user. For a list of external providers, contact the Constant Contact Partner Team.
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 = ['first_name' => 'string', 'last_name' => 'string', 'role_name' => 'string', 'contact_email' => 'string', 'login_name' => 'string', 'external_id' => 'string', 'external_provider' => 'string']
protected static array $maxLength = ['first_name' => 80, 'last_name' => 80, 'contact_email' => 80, 'login_name' => 50, 'external_id' => 255, 'external_provider' => 80]
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 = ['first_name' => 'string', 'last_name' => 'string', 'role_name' => 'string', 'contact_email' => 'string', 'login_name' => 'string', 'external_id' => 'string', 'external_provider' => 'string']
protected static array $maxLength = ['first_name' => 80, 'last_name' => 80, 'contact_email' => 80, 'login_name' => 50, 'external_id' => 255, 'external_provider' => 80]
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