PHP 클래스 pimax\Messages\MessageButton

파일 보기 프로젝트 열기: pimax/fb-messenger-php

보호된 프로퍼티들

프로퍼티 타입 설명
$title null | string Button title
$type null | string Button type
$url null | string Button url

공개 메소드들

메소드 설명
__construct ( string $type, string $title, string $url = '' ) MessageButton constructor.
getData ( ) : array Get Button data

메소드 상세

__construct() 공개 메소드

MessageButton constructor.
public __construct ( string $type, string $title, string $url = '' )
$type string
$title string
$url string url or postback

getData() 공개 메소드

Get Button data
public getData ( ) : array
리턴 array

프로퍼티 상세

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

Button title
protected null|string $title
리턴 null | string

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

Button type
protected null|string $type
리턴 null | string

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

Button url
protected null|string $url
리턴 null | string