PHP 클래스 MC4WP_MailChimp_List

Represents a list in MailChimp
파일 보기 프로젝트 열기: dannyvankooten/mailchimp-for-wordpress 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$id ID of this list for API usage
$interest_categories MC4WP_MailChimp_Interest_Category[]
$merge_fields MC4WP_MailChimp_Merge_Field[]
$name Name of this list
$subscriber_count Number of subscribers on this list
$web_id Web ID of this list in MailChimp.com

공개 메소드들

메소드 설명
__construct ( string $id, string $name, string $web_id = '' )
__get ( string $name ) : mixed
get_field_by_tag ( string $tag ) : MC4WP_MailChimp_Merge_Field
get_field_name_by_tag ( string $tag ) : string
get_interest_category ( string $category_id ) : MC4WP_MailChimp_Interest_Category Get the interest grouping object for a given list.
get_interest_category_by_interest_id ( string $interest_id ) : MC4WP_MailChimp_Interest_Category
get_interest_category_name ( string $category_id ) : string Get the name of an interest category by its ID
get_web_url ( ) : string Get link to this list in MailChimp

메소드 상세

__construct() 공개 메소드

public __construct ( string $id, string $name, string $web_id = '' )
$id string
$name string
$web_id string (deprecated)

__get() 공개 메소드

public __get ( string $name ) : mixed
$name string
리턴 mixed

get_field_by_tag() 공개 메소드

public get_field_by_tag ( string $tag ) : MC4WP_MailChimp_Merge_Field
$tag string
리턴 MC4WP_MailChimp_Merge_Field

get_field_name_by_tag() 공개 메소드

사용 중단: 4.0
public get_field_name_by_tag ( string $tag ) : string
$tag string
리턴 string

get_interest_category() 공개 메소드

Get the interest grouping object for a given list.
public get_interest_category ( string $category_id ) : MC4WP_MailChimp_Interest_Category
$category_id string ID of the Interest Grouping
리턴 MC4WP_MailChimp_Interest_Category

get_interest_category_by_interest_id() 공개 메소드

부터: 4.0
public get_interest_category_by_interest_id ( string $interest_id ) : MC4WP_MailChimp_Interest_Category
$interest_id string
리턴 MC4WP_MailChimp_Interest_Category

get_interest_category_name() 공개 메소드

Get the name of an interest category by its ID
사용 중단: 4.0
public get_interest_category_name ( string $category_id ) : string
$category_id string
리턴 string

get_web_url() 공개 메소드

Get link to this list in MailChimp
public get_web_url ( ) : string
리턴 string

프로퍼티 상세

$id 공개적으로 프로퍼티

ID of this list for API usage
public $id

$interest_categories 공개적으로 프로퍼티

public MC4WP_MailChimp_Interest_Category[] $interest_categories
리턴 MC4WP_MailChimp_Interest_Category[]

$merge_fields 공개적으로 프로퍼티

public MC4WP_MailChimp_Merge_Field[] $merge_fields
리턴 MC4WP_MailChimp_Merge_Field[]

$name 공개적으로 프로퍼티

Name of this list
public $name

$subscriber_count 공개적으로 프로퍼티

Number of subscribers on this list
public $subscriber_count

$web_id 공개적으로 프로퍼티

Web ID of this list in MailChimp.com
public $web_id