PHP 클래스 mapdev\FacebookMessenger\Callback\EntryMessage

파일 보기 프로젝트 열기: davidpiesse/facebook_messenger_php

공개 프로퍼티들

프로퍼티 타입 설명
$isAccountLinking
$isAuthentication
$isDelivered
$isEcho
$isMessage
$isPostback
$isRead
$recipient_id
$sender_id
$timestamp

공개 메소드들

메소드 설명
__construct ( $message, $useCarbonDate = false ) Message constructor.

비공개 메소드들

메소드 설명
updateAccountLinking ( )
updateAuthentication ( )
updateDelivered ( )
updateEcho ( ) ONLY run after message
updateMessage ( )
updatePostback ( )
updateRead ( )

메소드 상세

__construct() 공개 메소드

Message constructor.
public __construct ( $message, $useCarbonDate = false )
$message

프로퍼티 상세

$isAccountLinking 공개적으로 프로퍼티

public $isAccountLinking

$isAuthentication 공개적으로 프로퍼티

public $isAuthentication

$isDelivered 공개적으로 프로퍼티

public $isDelivered

$isEcho 공개적으로 프로퍼티

public $isEcho

$isMessage 공개적으로 프로퍼티

public $isMessage

$isPostback 공개적으로 프로퍼티

public $isPostback

$isRead 공개적으로 프로퍼티

public $isRead

$recipient_id 공개적으로 프로퍼티

public $recipient_id

$sender_id 공개적으로 프로퍼티

public $sender_id

$timestamp 공개적으로 프로퍼티

public $timestamp