Logidav Docs

ProductPriceSheetChangesLogService extends TransactionalService
in package

Table of Contents

Properties

$em  : EntityManager
$logCalculBaseRepository  : ProductPriceSheetChangesLogRepository
$container  : ContainerInterface|null
$entityManager  : EntityManagerInterface

Methods

__construct()  : mixed
addRepository()  : void
Add a repository to this service
addService()  : void
Add a service to this service
findByProduct()  : array<string|int, ProductPriceSheetChangesLog>
getEntityManager()  : EntityManager
Getter of the Entity Manager
getRepo()  : mixed
log()  : ProductPriceSheetChangesLog
logPrice()  : ProductPriceSheetChangesLog
save()  : mixed
Save a ProductPriceLog
setEntityManager()  : mixed
Setter of the Entity Manager

Properties

Methods

__construct()

public __construct(EntityManagerInterface $entityManager, ContainerInterface $container) : mixed
Parameters
$entityManager : EntityManagerInterface
$container : ContainerInterface

addRepository()

Add a repository to this service

public addRepository(int $key, string $class) : void
Parameters
$key : int

Key

$class : string

Class

addService()

Add a service to this service

public addService(int $key, mixed $service) : void
Parameters
$key : int

Key

$service : mixed

getEntityManager()

Getter of the Entity Manager

public getEntityManager() : EntityManager
Return values
EntityManager

setEntityManager()

Setter of the Entity Manager

public setEntityManager(EntityManager $em) : mixed
Parameters
$em : EntityManager

the Entity Manager


        
On this page

Search results