EC-CUBE4 APIドキュメント

AddPointProcessor extends ItemHolderPostValidator

加算ポイント.

Table of Contents

$BaseInfo BaseInfo
__construct() AddPointProcessor constructor. mixed
validate() mixed
calculateAddPoint() 付与ポイントを計算. int
supports() Processorが実行出来るかどうかを返す. bool
execute() ProcessResult
validate() mixed
throwInvalidItemException() mixed

Properties

Methods

supports()

Processorが実行出来るかどうかを返す.

private supports( $itemHolder : ItemHolderInterface ) : bool

以下を満たす場合に実行できる.

  • ポイント設定が有効であること.
  • $itemHolderがOrderエンティティであること.
  • 会員のOrderであること.
Parameters
$itemHolder : ItemHolderInterface
Return values
bool

throwInvalidItemException()

protected throwInvalidItemException( $errorCode : [, $ProductClass : ProductClass = null ] [, $warning : mixed = false ] ) : mixed
Parameters
$errorCode :
$ProductClass : ProductClass = null
$warning : mixed = false
Tags
throws
InvalidItemException
Return values
mixed

Search results