ProductMonitoringLinksService
in package
Class ProductMonitoringLinksService
Table of Contents
Properties
- $container : ContainerInterface|null
- $entityManager : EntityManagerInterface|null
Methods
- __construct() : mixed
- getRepo() : ProductMonitoringLinksRepository
- remove() : mixed
- save() : ProductMonitoringLinks
Properties
$container
private
ContainerInterface|null
$container
$entityManager
private
EntityManagerInterface|null
$entityManager
Methods
__construct()
public
__construct([EntityManagerInterface $entityManager = null ][, ContainerInterface $container = null ]) : mixed
Parameters
- $entityManager : EntityManagerInterface = null
- $container : ContainerInterface = null
getRepo()
public
getRepo() : ProductMonitoringLinksRepository
Return values
ProductMonitoringLinksRepositoryremove()
public
remove(ProductMonitoringLinks $productMonitoringLinks) : mixed
Parameters
- $productMonitoringLinks : ProductMonitoringLinks
save()
public
save(ProductMonitoringLinks $productMonitoringLinks) : ProductMonitoringLinks
Parameters
- $productMonitoringLinks : ProductMonitoringLinks