Manage merge fields (formerly merge vars) for a specific list.
package |
Default |
---|
__construct(array $data = NULL)
array
all() : \MailChimp\Response\MergeFieldListResponse
Get a list of all merge fields (formerly merge vars) for a list.
\MailChimp\Response\MergeFieldListResponse
api()
clear()
config()
create() : \MailChimp\Models\Lists\MergeField
Add a new merge field for a specific list.
\MailChimp\Models\Lists\MergeField
delete() : mixed
Delete a specific merge field in a list.
mixed
edit() : \MailChimp\Models\Lists\MergeField
Update a specific merge field in a list.
\MailChimp\Models\Lists\MergeField
getAction( $name)
getActionField(string $action, string $name) : \MailChimp\Core\ActionField
getActionFields(string $action) : array<mixed,\MailChimp\Core\ActionField>
getField(string $name) : \MailChimp\Core\Field
string
\MailChimp\Core\Field
getFields() : array
array
getPath(\MailChimp\Core\string $child = NULL, array $params = NULL) : string
\MailChimp\Core\string
array
string
hasField(string $name) : boolean
string
Field name
boolean
initialize()
jsonSerialize()
merge( $data)
own( $class, $args)
parseActionPath( &$params)
read() : \MailChimp\Models\Lists\MergeField
Get information about a specific merge field in a list.
\MailChimp\Models\Lists\MergeField
reference( &$field, $name)
setApi(\MailChimp\Interfaces\MailChimpInterface &$api)
setConfig(\MailChimp\Interfaces\ConfigInterface &$config)
path : string
var |
---|
string
params : array
var |
---|
array
action : array
var |
---|
array
_action : array
var |
---|
array
data : object
var |
---|
object
_fields : array
var |
---|
array
fields : array
var |
---|
array
_reference : array
var |
---|
array
_api :
_config :
merge_id : integer
An unchanging id for the merge field.
integer
tag : string
The tag used in Mailchimp campaigns and for the /members endpoint.
string
name : string
The name of the merge field.
string
type : string
The type for the merge field.
string
required : boolean
The boolean value if the merge field is required.
boolean
default_value : string
The default value for the merge field if null.
string
public : boolean
Whether the merge field is displayed on the signup form.
boolean
display_order : integer
The order that the merge field displays on the list signup form.
integer
help_text : string
Extra text to help the subscriber fill out the form.
string
list_id : string
A string that identifies this merge field collections’ list.
string
_links : array<mixed,\MailChimp\Data\Link>
A list of link types and descriptions for the API schema documents.
array<mixed,\MailChimp\Data\Link>