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
Command
AddToCart
PHP 클래스 Dumplie\Customer\Application\Command\AddToCart
상속:
implements
Dumplie\SharedKernel\Application\Command\Command
,
use trait
Dumplie\SharedKernel\Application\Command\CommandSerialize
파일 보기
프로젝트 열기: dumplie/dumplie
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
string
$sku
,
integer
$quantity
,
string
$cartId
)
cartId
( ) :
string
quantity
( ) :
integer
sku
( ) :
string
메소드 상세
__construct()
공개
메소드
public
__construct
(
string
$sku
,
integer
$quantity
,
string
$cartId
)
$sku
string
$quantity
integer
$cartId
string
cartId()
공개
메소드
public
cartId
( ) :
string
리턴
string
quantity()
공개
메소드
public
quantity
( ) :
integer
리턴
integer
sku()
공개
메소드
public
sku
( ) :
string
리턴
string