PHP 클래스 mapdev\FacebookMessenger\Messages\ActionMessage

상속: implements mapdev\FacebookMessenger\Interfaces\MessageInterface, implements JsonSerializabl\JsonSerializable, use trait mapdev\FacebookMessenger\Traits\MessageTrait
파일 보기 프로젝트 열기: davidpiesse/facebook_messenger_php

공개 프로퍼티들

프로퍼티 타입 설명
$action

공개 메소드들

메소드 설명
__construct ( $action = null )
action ( $action )
create ( $action = null )
jsonSerialize ( )
toArray ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $action = null )

action() 공개 메소드

public action ( $action )

create() 공개 정적인 메소드

public static create ( $action = null )

jsonSerialize() 공개 메소드

public jsonSerialize ( )

toArray() 공개 메소드

public toArray ( )

프로퍼티 상세

$action 공개적으로 프로퍼티

public $action