ProductContainerStockValue20210331Service
in package
Class ProductContainerStockValue20210331Service
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- QueueService constructor.
- getRepo() : ProductContainerStockValue20210331Repository
- save() : ProductContainerStockValue
- Save The Entity
Properties
$container
private
ContainerInterface
$container
$entityManager
private
EntityManagerInterface
$entityManager
Methods
__construct()
QueueService constructor.
public
__construct(ContainerInterface $container, EntityManagerInterface $entityManager) : mixed
Parameters
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
getRepo()
public
getRepo() : ProductContainerStockValue20210331Repository
Tags
Return values
ProductContainerStockValue20210331Repositorysave()
Save The Entity
public
save(ProductContainerStockValue20210331 $productContainerStockValue) : ProductContainerStockValue
Parameters
- $productContainerStockValue : ProductContainerStockValue20210331