PalletSaleProductService
in package
Table of Contents
Properties
- $eventDispatcher : EventDispatcherInterface
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- getRepo() : PalletSaleProductRepository
- remove() : void
- Remove pallet sale product record
- save() : PalletSaleProduct
- Save The Entity
Properties
$eventDispatcher
protected
EventDispatcherInterface
$eventDispatcher
$container
private
ContainerInterface
$container
$entityManager
private
EntityManagerInterface
$entityManager
Methods
__construct()
public
__construct(ContainerInterface $container, EntityManagerInterface $entityManager) : mixed
Parameters
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
getRepo()
public
getRepo() : PalletSaleProductRepository
Return values
PalletSaleProductRepositoryremove()
Remove pallet sale product record
public
remove(PalletSaleProduct $palletSaleProduct) : void
Parameters
- $palletSaleProduct : PalletSaleProduct
save()
Save The Entity
public
save(PalletSaleProduct $palletSaleProduct) : PalletSaleProduct
Parameters
- $palletSaleProduct : PalletSaleProduct