ProductInfoRepository
extends EntityRepository
in package
ProductInfoRepository
This class was generated by the Doctrine ORM. Add your own custom repository methods below.
Table of Contents
Methods
- getProductInfoByTitle() : mixed
- getPublishAsirGroupDataInfo() : array<string|int, mixed>|float|int|string
- updateMerchantAvailableProduct() : mixed
- updateMerchantGroupProduct() : mixed
Methods
getProductInfoByTitle()
public
getProductInfoByTitle(mixed $value) : mixed
Parameters
- $value : mixed
Tags
getPublishAsirGroupDataInfo()
public
getPublishAsirGroupDataInfo() : array<string|int, mixed>|float|int|string
Return values
array<string|int, mixed>|float|int|stringupdateMerchantAvailableProduct()
public
updateMerchantAvailableProduct(mixed $id, mixed $value) : mixed
Parameters
- $id : mixed
- $value : mixed
Tags
updateMerchantGroupProduct()
public
updateMerchantGroupProduct(mixed $id, mixed $value) : mixed
Parameters
- $id : mixed
- $value : mixed