PHP 클래스 mapdev\FacebookMessenger\Components\Button

상속: implements JsonSerializable, use trait mapdev\FacebookMessenger\Traits\HasTitle
파일 보기 프로젝트 열기: davidpiesse/facebook_messenger_php

공개 프로퍼티들

프로퍼티 타입 설명
$fallback_url
$is_webview
$is_webview_extended
$payload
$type
$webview_height_ratio

공개 메소드들

메소드 설명
__construct ( )
create ( )
jsonSerialize ( )
link_account ( $callback_url )
payload ( $payload )
phone_number ( $number )
postback ( $payload )
share ( ) only for a generic template
toArray ( )
type ( $type )
unlink_account ( )
url ( $url )
webview ( $url, $size )
webview_with_extensions ( $url, $size, $fallback = null )

메소드 상세

__construct() 공개 메소드

public __construct ( )

create() 공개 정적인 메소드

public static create ( )

jsonSerialize() 공개 메소드

public jsonSerialize ( )

payload() 공개 메소드

public payload ( $payload )

phone_number() 공개 메소드

public phone_number ( $number )

postback() 공개 메소드

public postback ( $payload )

share() 공개 메소드

only for a generic template
public share ( )

toArray() 공개 메소드

public toArray ( )

type() 공개 메소드

public type ( $type )

url() 공개 메소드

public url ( $url )

webview() 공개 메소드

public webview ( $url, $size )

webview_with_extensions() 공개 메소드

public webview_with_extensions ( $url, $size, $fallback = null )

프로퍼티 상세

$fallback_url 공개적으로 프로퍼티

public $fallback_url

$is_webview 공개적으로 프로퍼티

public $is_webview

$is_webview_extended 공개적으로 프로퍼티

public $is_webview_extended

$payload 공개적으로 프로퍼티

public $payload

$type 공개적으로 프로퍼티

public $type

$webview_height_ratio 공개적으로 프로퍼티

public $webview_height_ratio