DeliveryFeeRepository
class DeliveryFeeRepository extends EntityRepository
DelivFeeRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Methods
findOrCreate(array $conditions)
都道府県と配送業者から配送料を検索します.
Details
at line 46
DeliveryFee
findOrCreate(array $conditions)
都道府県と配送業者から配送料を検索します.
検索条件に該当するデータ配送料が存在しない場合は、 新たなインスタンスを生成して返す.