Methods
__construct
__construct(array $data = NULL)
inherited
config
config()
inherited
Returns Field Information
getField(string $name) : \MailChimp\Core\Field
inherited
Arguments
Response
\MailChimp\Core\Field
Gets all allowed fields of a Data
getFields() : array
inherited
Return true if field exists or false otherwise
hasField(string $name) : boolean
inherited
Arguments
Response
boolean
initialize
initialize()
inherited
jsonSerialize
jsonSerialize()
inherited
merge
merge( $data)
inherited
own
own( $class, $args)
inherited
reference
reference( &$field, $name)
inherited
setApi
setApi(\MailChimp\Interfaces\MailChimpInterface &$api)
inherited
setConfig
setConfig(\MailChimp\Interfaces\ConfigInterface &$config)
inherited
Properties
Fields for the model
fields : array
inherited
Data holder for predefined fields
data : object
inherited
Reference map for fields
_reference : array
inherited
_config
_config :
inherited
selector
selector : string
A string that identifies the element selector.
Possible Values:
- page_background
- page_header
- page_outer_wrapper
- body_background
- body_link_style
- forms_buttons
- forms_buttons_hovered
- forms_field_label
- forms_field_text
- forms_required
- forms_required_legend
- forms_help_text
- forms_errors
- monkey_rewards_badge
Type(s)
string
options
options : array<mixed,\MailChimp\Data\SignupFormStyleOption>
A collection of options for a selector.
Type(s)
array<mixed,\MailChimp\Data\SignupFormStyleOption>