PHP 클래스 MC4WP_Form_Output_Manager

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

공개 프로퍼티들

프로퍼티 타입 설명
$count integer
$printed_field_types array
$printed_forms MC4WP_Form[]

보호된 프로퍼티들

프로퍼티 타입 설명
$shortcode_attributes array

공개 메소드들

메소드 설명
__construct ( ) Constructor
add_hooks ( )
output_form ( integer $id, array $config = [], boolean $echo = true ) : string
register_shortcode ( ) Registers the [mc4wp_form] shortcode
shortcode ( array $attributes = [], string $content = '' ) : string

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

add_hooks() 공개 메소드

public add_hooks ( )

output_form() 공개 메소드

public output_form ( integer $id, array $config = [], boolean $echo = true ) : string
$id integer
$config array
$echo boolean
리턴 string

register_shortcode() 공개 메소드

Registers the [mc4wp_form] shortcode
public register_shortcode ( )

shortcode() 공개 메소드

public shortcode ( array $attributes = [], string $content = '' ) : string
$attributes array
$content string
리턴 string

프로퍼티 상세

$count 공개적으로 프로퍼티

public int $count
리턴 integer

$printed_field_types 공개적으로 프로퍼티

public array $printed_field_types
리턴 array

$printed_forms 공개적으로 프로퍼티

public MC4WP_Form[] $printed_forms
리턴 MC4WP_Form[]

$shortcode_attributes 보호되어 있는 프로퍼티

protected array $shortcode_attributes
리턴 array