ManufacturerStockValueService
in package
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- ManufacturerStockValuationService constructor.
- getManufacturerStockValueByDate() : array<string|int, mixed>
- getRepo() : ManufacturerStockValueRepository
- remove() : mixed
- Delete ManufacturerStockValue
- save() : ManufacturerStockValue
- Save a ManufacturerStockValue
Properties
$container
private
ContainerInterface
$container
$entityManager
private
EntityManagerInterface
$entityManager
Methods
__construct()
ManufacturerStockValuationService constructor.
public
__construct(ContainerInterface $container, EntityManagerInterface $entityManager) : mixed
Parameters
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
getManufacturerStockValueByDate()
public
getManufacturerStockValueByDate(mixed $date) : array<string|int, mixed>
Parameters
- $date : mixed
Return values
array<string|int, mixed>getRepo()
public
getRepo() : ManufacturerStockValueRepository
Return values
ManufacturerStockValueRepositoryremove()
Delete ManufacturerStockValue
public
remove(ManufacturerStockValue $manufacturerStockValue) : mixed
Parameters
- $manufacturerStockValue : ManufacturerStockValue
save()
Save a ManufacturerStockValue
public
save(ManufacturerStockValue $manufacturerStockValue) : ManufacturerStockValue
Parameters
- $manufacturerStockValue : ManufacturerStockValue