AsirPalletSaleProductService
in package
Table of Contents
Properties
- $eventDispatcher : EventDispatcherInterface
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- getRepo() : AsirPalletSaleProductRepository
- save() : AsirPalletSaleProduct
- 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() : AsirPalletSaleProductRepository
Return values
AsirPalletSaleProductRepositorysave()
Save The Entity
public
save(AsirPalletSaleProduct $asirPalletSaleProduct) : AsirPalletSaleProduct
Parameters
- $asirPalletSaleProduct : AsirPalletSaleProduct