Manage interests for a specific Mailchimp list. Assign subscribers to interests to group them together. Interests are referred to as 'group names' in the Mailchimp application.
package |
Default |
---|
__construct(array $data = NULL)
array
all() : mixed
Get a list of this category's interests.
mixed
api()
clear()
config()
create() : \MailChimp\Models\Lists\Interest
Create a new interest or 'group name' for a specific category.
\MailChimp\Models\Lists\Interest
delete() : mixed
Delete interests or group names in a specific category.
mixed
edit() : \MailChimp\Models\Lists\Interest
Update interests or 'group names' for a specific category.
\MailChimp\Models\Lists\Interest
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\Interest
Get interests or 'group names' for a specific category.
\MailChimp\Models\Lists\Interest
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 :
id : string
The ID for the interest.
string
list_id : string
The ID for the list that this interest belongs to.
string
category_id : string
The id for the interest category.
string
name : string
The name of the interest. This can be shown publicly on a subscription form.
string
subscriber_count : string
The number of subscribers associated with this interest.
string
display_order : integer
The display order for interests.
integer
_links : array<mixed,\MailChimp\Data\Link>
A list of link types and descriptions for the API schema documents.
array<mixed,\MailChimp\Data\Link>