PHP 클래스 pimax\Messages\Message

파일 보기 프로젝트 열기: pimax/fb-messenger-php 1 사용 예제들

보호된 프로퍼티들

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

공개 메소드들

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

보호된 메소드들

메소드 설명
getCurlValue ( string $filename, string $contentType, string $postname ) : CURLFile | string

메소드 상세

__construct() 공개 메소드

Message constructor.
public __construct ( string $recipient, string $text )
$recipient string
$text string

getCurlValue() 보호된 메소드

protected getCurlValue ( string $filename, string $contentType, string $postname ) : CURLFile | string
$filename string
$contentType string
$postname string
리턴 CURLFile | string

getData() 공개 메소드

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

프로퍼티 상세

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

protected null|string $recipient
리턴 null | string

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

protected null|string $text
리턴 null | string