AsirPalletService
in package
Table of Contents
Properties
- $eventDispatcher : EventDispatcherInterface
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- getRepo() : AsirPalletRepository
- save() : AsirPallet
- 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() : AsirPalletRepository
Return values
AsirPalletRepositorysave()
Save The Entity
public
save(AsirPallet $asirPallet) : AsirPallet
Parameters
- $asirPallet : AsirPallet