SignupFormHeader

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)

image_url

image_url : string

Header image URL.

Type(s)

string

text

text : string

Header text.

Type(s)

string

image_width

image_width : string

Image width, in pixels.

Type(s)

string

image_height

image_height : string

Image height, in pixels.

Type(s)

string

image_alt

image_alt : string

Alt text for the image.

Type(s)

string

image_align

image_align : string

Image alignment.

Possible Values:

  • none
  • left
  • center
  • right

Type(s)

string

image_border_width

image_border_width : string

Image border width.

Type(s)

string

image_border_style

image_border_style : string

Image border style.

Possible Values:

  • none
  • solid
  • dotted
  • dashed
  • double
  • groove
  • outset
  • inset
  • ridge

Type(s)

string

image_border_color

image_border_color : string

Image border color.

Type(s)

string

image_target

image_target : string

Image link target.

Possible Values:

  • _blank
  • null

Type(s)

string