PaymentRepository
class PaymentRepository extends EntityRepository
PaymentRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Methods
findOrCreate($id)
No description
findAllArray()
No description
array
findPayments($delivery)
支払方法を取得
array
findAllowedPayments($deliveries)
共通の支払方法を取得
Details
at line 38
findOrCreate($id)
at line 66
findAllArray()
at line 85
array
findPayments($delivery)
支払方法を取得
at line 105
array
findAllowedPayments($deliveries)
共通の支払方法を取得