ProductMonitoringLinkHistoryService
in package
Class ProductMonitoringLinkHistoryService
Table of Contents
Properties
- $container : ContainerInterface|null
- $entityManager : EntityManagerInterface|null
Methods
- __construct() : mixed
- getRepo() : ProductMonitoringLinkHistoryRepository
- save() : ProductMonitoringLinkHistory
Properties
$container
private
ContainerInterface|null
$container
$entityManager
private
EntityManagerInterface|null
$entityManager
Methods
__construct()
public
__construct(EntityManagerInterface $entityManager, ContainerInterface $container) : mixed
Parameters
- $entityManager : EntityManagerInterface
- $container : ContainerInterface
getRepo()
public
getRepo() : ProductMonitoringLinkHistoryRepository
Return values
ProductMonitoringLinkHistoryRepositorysave()
public
save(ProductMonitoringLinkHistory $history) : ProductMonitoringLinkHistory
Parameters
- $history : ProductMonitoringLinkHistory