EC-CUBE4 APIドキュメント

PointHelper

Table of Contents

$baseInfoRepository BaseInfoRepository
$entityManager EntityManagerInterface
__construct() PointHelper constructor. mixed
isPointEnabled() ポイント設定が有効かどうか. bool
pointToPrice() ポイントを金額に変換する. float|int
pointToDiscount() ポイントを値引き額に変換する. マイナス値を返す. float|int
priceToPoint() 金額をポイントに変換する. float
addPointDiscountItem() 明細追加処理. mixed
removePointDiscountItem() 既存のポイント明細を削除する. mixed
prepare() mixed
rollback() mixed

Properties

$entityManager

protected EntityManagerInterface $entityManager

Methods

__construct()

PointHelper constructor.

public __construct( $baseInfoRepository : BaseInfoRepository , $entityManager : EntityManagerInterface ) : mixed
Parameters
$baseInfoRepository : BaseInfoRepository
$entityManager : EntityManagerInterface
Return values
mixed

isPointEnabled()

ポイント設定が有効かどうか.

public isPointEnabled( ) : bool
Tags
throws
NoResultException
throws
NonUniqueResultException
Return values
bool

pointToPrice()

ポイントを金額に変換する.

public pointToPrice( $point : ) : float|int
Parameters
$point :
Tags
throws
NoResultException
throws
NonUniqueResultException
Return values
float|int

金額

pointToDiscount()

ポイントを値引き額に変換する. マイナス値を返す.

public pointToDiscount( $point : ) : float|int
Parameters
$point :
Tags
throws
NoResultException
throws
NonUniqueResultException
Return values
float|int

金額

priceToPoint()

金額をポイントに変換する.

public priceToPoint( $price : ) : float
Parameters
$price :
Tags
throws
NoResultException
throws
NonUniqueResultException
Return values
float

ポイント

Search results