PHP Class pimax\Messages\MessageButton

Afficher le fichier Open project: pimax/fb-messenger-php

Protected Properties

Свойство Type Description
$title null | string Button title
$type null | string Button type
$url null | string Button url

Méthodes publiques

Méthode Description
__construct ( string $type, string $title, string $url = '' ) MessageButton constructor.
getData ( ) : array Get Button data

Method Details

__construct() public méthode

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

getData() public méthode

Get Button data
public getData ( ) : array
Résultat array

Property Details

$title protected_oe property

Button title
protected null|string $title
Résultat null | string

$type protected_oe property

Button type
protected null|string $type
Résultat null | string

$url protected_oe property

Button url
protected null|string $url
Résultat null | string