Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Dumplie
Customer
Application
Query
Result
CartItem
PHP 클래스 Dumplie\Customer\Application\Query\Result\CartItem
파일 보기
프로젝트 열기: dumplie/dumplie
공개 메소드들
메소드
설명
__construct
(
string
$sku
,
integer
$quantity
,
float
$price
,
string
$currency
,
Metadata
$metadata
)
CartItem constructor.
currency
( ) :
string
metadata
( ) :
Metadata
price
( ) :
float
quantity
( ) :
integer
sku
( ) :
string
메소드 상세
__construct()
공개
메소드
CartItem constructor.
public
__construct
(
string
$sku
,
integer
$quantity
,
float
$price
,
string
$currency
,
Metadata
$metadata
)
$sku
string
$quantity
integer
$price
float
$currency
string
$metadata
Dumplie\Metadata\Metadata
currency()
공개
메소드
public
currency
( ) :
string
리턴
string
metadata()
공개
메소드
public
metadata
( ) :
Metadata
리턴
Dumplie\Metadata\Metadata
price()
공개
메소드
public
price
( ) :
float
리턴
float
quantity()
공개
메소드
public
quantity
( ) :
integer
리턴
integer
sku()
공개
메소드
public
sku
( ) :
string
리턴
string