StatProductCreationService
in package
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- StatProductCreationService constructor.
- getRepo() : StatProductCreationRepository
- getResultNewProductGraphLinePiep() : array<string|int, mixed>
- save() : StatProductCreation
Properties
$container
private
ContainerInterface
$container
$entityManager
private
EntityManagerInterface
$entityManager
Methods
__construct()
StatProductCreationService constructor.
public
__construct(ContainerInterface $container, EntityManagerInterface $entityManager) : mixed
Parameters
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
getRepo()
public
getRepo() : StatProductCreationRepository
Return values
StatProductCreationRepositorygetResultNewProductGraphLinePiep()
public
getResultNewProductGraphLinePiep(mixed $listAllUser, mixed $productStatPerUser) : array<string|int, mixed>
Parameters
- $listAllUser : mixed
- $productStatPerUser : mixed
Return values
array<string|int, mixed>save()
public
save(StatProductCreation $statProductCreation) : StatProductCreation
Parameters
- $statProductCreation : StatProductCreation