Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
LukePOLO
LaraCart
Contracts
CouponContract
PHP 인터페이스 LukePOLO\LaraCart\Contracts\CouponContract
파일 보기
프로젝트 열기: lukepolo/laracart
공개 메소드들
메소드
설명
__construct
(
$code
,
$value
)
CouponContract constructor.
discount
( ) :
string
Gets the discount amount.
displayValue
( ) :
mixed
Displays the type of value it is for the user.
메소드 상세
__construct()
공개
메소드
CouponContract constructor.
public
__construct
(
$code
,
$value
)
$code
$value
discount()
공개
메소드
Gets the discount amount.
public
discount
( ) :
string
리턴
string
displayValue()
공개
메소드
Displays the type of value it is for the user.
public
displayValue
( ) :
mixed
리턴
mixed