ProductLabelDictionaryService
in package
Class ProductLabelDictionaryService
Table of Contents
Properties
- $container : mixed
- $logService : LogService
- $productDicitonnairyRepository : mixed
- $queueService : QueueServiceInterface
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- ProductLabelDictionary constructor.
- getRepo() : ProductLabelDictionaryRepository
- incrementUsedLabel() : mixed
- save() : mixed
Properties
$container
protected
mixed
$container
$logService
protected
LogService
$logService
$productDicitonnairyRepository
protected
mixed
$productDicitonnairyRepository
$queueService
protected
QueueServiceInterface
$queueService
$entityManager
private
EntityManagerInterface
$entityManager
Methods
__construct()
ProductLabelDictionary constructor.
public
__construct(ContainerInterface $container, EntityManagerInterface $entityManager) : mixed
Parameters
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
getRepo()
public
getRepo() : ProductLabelDictionaryRepository
Return values
ProductLabelDictionaryRepositoryincrementUsedLabel()
public
incrementUsedLabel(mixed $menzzoLabel) : mixed
Parameters
- $menzzoLabel : mixed
save()
public
save(ProductLabelDictionary $productLabelDictionary) : mixed
Parameters
- $productLabelDictionary : ProductLabelDictionary