ProductLabelMatchDictionaryService
in package
Class ProductLabelMatchDictionaryService
Table of Contents
Properties
- $container : mixed
- $logService : LogService
- $productLabelMatchDictionaryRepository : mixed
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- ProductLabelDictionary constructor.
- addnNewLabel() : ProductLabelMatchDictionary
- deleteLabelDicionary() : void
- getDicionarySource() : array<string|int, ProductLabelMatchDictionary>|array<string|int, mixed>
- getRepo() : ProductLabelMatchDictionaryRepository
- save() : mixed
Properties
$container
protected
mixed
$container
$logService
protected
LogService
$logService
$productLabelMatchDictionaryRepository
protected
mixed
$productLabelMatchDictionaryRepository
$entityManager
private
EntityManagerInterface
$entityManager
Methods
__construct()
ProductLabelDictionary constructor.
public
__construct(ContainerInterface $container, EntityManagerInterface $entityManager) : mixed
Parameters
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
addnNewLabel()
public
addnNewLabel(mixed $bigbuyLabel, mixed $menzzoLabel, mixed $source) : ProductLabelMatchDictionary
Parameters
- $bigbuyLabel : mixed
- $menzzoLabel : mixed
- $source : mixed
Return values
ProductLabelMatchDictionarydeleteLabelDicionary()
public
deleteLabelDicionary(mixed $id) : void
Parameters
- $id : mixed
getDicionarySource()
public
getDicionarySource(mixed $string) : array<string|int, ProductLabelMatchDictionary>|array<string|int, mixed>
Parameters
- $string : mixed
Return values
array<string|int, ProductLabelMatchDictionary>|array<string|int, mixed>getRepo()
public
getRepo() : ProductLabelMatchDictionaryRepository
Return values
ProductLabelMatchDictionaryRepositorysave()
public
save(ProductLabelMatchDictionary $productLabelMatchDictionary) : mixed
Parameters
- $productLabelMatchDictionary : ProductLabelMatchDictionary