ProductPriceSheetLogService
in package
Class ProductPriceSheetLogService
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- getRepo() : ProductPriceSheetLogRepository
- save() : ProductPriceSheetLog
- Save the entity
Properties
$container
protected
ContainerInterface
$container
$entityManager
private
EntityManagerInterface
$entityManager
Methods
__construct()
public
__construct(EntityManagerInterface $entityManager, ContainerInterface $container) : mixed
Parameters
- $entityManager : EntityManagerInterface
- $container : ContainerInterface
getRepo()
public
getRepo() : ProductPriceSheetLogRepository
Return values
ProductPriceSheetLogRepositorysave()
Save the entity
public
save(ProductPriceSheetLog $productPriceSheet) : ProductPriceSheetLog
Parameters
- $productPriceSheet : ProductPriceSheetLog