ProductStockValueService
in package
Class ProductStockValueService
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- QueueService constructor.
- getRepo() : ProductStockValueRepository
- save() : ProductStockValue
- 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() : ProductStockValueRepository
Tags
Return values
ProductStockValueRepositorysave()
Save The Entity
public
save(ProductStockValue $productStockValue) : ProductStockValue
Parameters
- $productStockValue : ProductStockValue