PHP 클래스 pimax\Messages\MessageElement

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

보호된 프로퍼티들

프로퍼티 타입 설명
$buttons array Buttons
$image_url null | string Image url
$subtitle null | string Subtitle
$title null | string Title
$url null | string Url

공개 메소드들

메소드 설명
__construct ( string $title, string $subtitle, string $image_url = '', array $buttons = [], $url = '' ) MessageElement constructor.
getData ( ) : array Get Element data

메소드 상세

__construct() 공개 메소드

MessageElement constructor.
public __construct ( string $title, string $subtitle, string $image_url = '', array $buttons = [], $url = '' )
$title string
$subtitle string
$image_url string
$buttons array

getData() 공개 메소드

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

프로퍼티 상세

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

Buttons
protected array $buttons
리턴 array

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

Image url
protected null|string $image_url
리턴 null | string

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

Subtitle
protected null|string $subtitle
리턴 null | string

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

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

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

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