PHP 클래스 pimax\Messages\ImageMessage

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

보호된 프로퍼티들

프로퍼티 타입 설명
$recipient null | string
$text null | string

공개 메소드들

메소드 설명
__construct ( string $recipient, string $file ) Message constructor.
getData ( ) : array Get message data

메소드 상세

__construct() 공개 메소드

Message constructor.
public __construct ( string $recipient, string $file )
$recipient string
$file string Web Url or local file with @ prefix

getData() 공개 메소드

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

프로퍼티 상세

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

protected null|string $recipient
리턴 null | string

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

protected null|string $text
리턴 null | string