Contact

Extends \MailChimp\Core\Data

package

Default

Methods

__construct

__construct(array $data = NULL) 
inherited

Arguments

$data

array

api

api() 
inherited

clear

clear() 
inherited

config

config() 
inherited

Returns Field Information

getField(string $name) : \MailChimp\Core\Field
inherited

Arguments

$name

string

Response

\MailChimp\Core\Field

Gets all allowed fields of a Data

getFields() : array
inherited

Response

array

Return true if field exists or false otherwise

hasField(string $name) : boolean
inherited

Arguments

$name

string

Field name

Response

boolean

initialize

initialize() 
inherited

jsonSerialize

jsonSerialize() 
inherited

merge

merge( $data) 
inherited

Arguments

$data

own

own( $class,  $args) 
inherited

Arguments

$class

$args

reference

reference( &$field,  $name) 
inherited

Arguments

$field

$name

setApi

setApi(\MailChimp\Interfaces\MailChimpInterface &$api) 
inherited

setConfig

setConfig(\MailChimp\Interfaces\ConfigInterface &$config) 
inherited

Properties

Fields for the model

fields : array
inherited
var

Type(s)

array

Data holder for predefined fields

data : object
inherited
var

Type(s)

object

Reference map for fields

_reference : array
inherited
var

Type(s)

array

_api

_api : 
inherited

Type(s)

_config

_config : 
inherited

Type(s)

company

company : string

The company name for the list

Type(s)

string

address1

address1 : string

The street address for the list contact

Type(s)

string

address2

address2 : string

The street address for the list contact

Type(s)

string

city

city : string

The city for the list contact

Type(s)

string

state

state : string

The state for the list contact

Type(s)

string

zip

zip : string

The postal or zip code for the list contact

Type(s)

string

country

country : string

A two-character ISO3166 country code. Defaults to US if invalid

Type(s)

string

phone

phone : string

The phone number for the list contact

Type(s)

string