PHP 클래스 mapdev\FacebookMessenger\Components\ReceiptElement

상속: implements JsonSerializable
파일 보기 프로젝트 열기: davidpiesse/facebook_messenger_php

공개 프로퍼티들

프로퍼티 타입 설명
$currency
$image_url
$price
$quantity
$subtitle
$title

공개 메소드들

메소드 설명
__construct ( )
create ( )
currency ( $currency )
image_url ( $image_url )
jsonSerialize ( )
price ( $price )
quantity ( $quantity )
subtitle ( $subtitle )
title ( $title )
toArray ( )

메소드 상세

__construct() 공개 메소드

public __construct ( )

create() 공개 정적인 메소드

public static create ( )

currency() 공개 메소드

public currency ( $currency )

image_url() 공개 메소드

public image_url ( $image_url )

jsonSerialize() 공개 메소드

public jsonSerialize ( )

price() 공개 메소드

public price ( $price )

quantity() 공개 메소드

public quantity ( $quantity )

subtitle() 공개 메소드

public subtitle ( $subtitle )

title() 공개 메소드

public title ( $title )

toArray() 공개 메소드

public toArray ( )

프로퍼티 상세

$currency 공개적으로 프로퍼티

public $currency

$image_url 공개적으로 프로퍼티

public $image_url

$price 공개적으로 프로퍼티

public $price

$quantity 공개적으로 프로퍼티

public $quantity

$subtitle 공개적으로 프로퍼티

public $subtitle

$title 공개적으로 프로퍼티

public $title