EC-CUBE4 APIドキュメント

PaymentRepository extends AbstractRepository

PaymentRepository

This class was generated by the Doctrine ORM. Add your own custom repository methods below.

Table of Contents

$eccubeConfig array
__construct() PaymentRepository constructor. mixed
findAllArray() array
findPayments() 支払方法を取得 条件によってはDoctrineのキャッシュが返されるため、arrayで結果を返すパターンも用意 array
findAllowedPayments() 共通の支払方法を取得 array
delete() エンティティを削除します。 物理削除ではなく、del_flgを利用した論理削除を行います。 mixed
save() エンティティの登録/保存します。 mixed
getCacheLifetime() mixed

Properties

Methods

__construct()

PaymentRepository constructor.

public __construct( $registry : RegistryInterface ) : mixed
Parameters
$registry : RegistryInterface
Return values
mixed

findPayments()

支払方法を取得 条件によってはDoctrineのキャッシュが返されるため、arrayで結果を返すパターンも用意

public findPayments( $delivery : [, $returnType : = false ] ) : array
Parameters
$delivery :
$returnType : = false

: Object、false: arrayが戻り値

Return values
array

findAllowedPayments()

共通の支払方法を取得

public findAllowedPayments( $deliveries : [, $returnType : mixed = false ] ) : array
Parameters
$deliveries :
$returnType : mixed = false
Return values
array

delete()

エンティティを削除します。 物理削除ではなく、del_flgを利用した論理削除を行います。

public delete( $entity : AbstractEntity ) : mixed
Parameters
$entity : AbstractEntity
Return values
mixed

save()

エンティティの登録/保存します。

public save( $entity : mixed ) : mixed
Parameters
$entity : mixed
Return values
mixed

Search results