LogService
in package
Class ExtraShippingAmountLogService
Table of Contents
Properties
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
Methods
- __construct() : mixed
- log() : mixed
- save() : mixed
- Save a $extraShippingAmountLog
Properties
$container
protected
ContainerInterface
$container
$entityManager
protected
EntityManagerInterface
$entityManager
Methods
__construct()
public
__construct(ContainerInterface $container, EntityManagerInterface $entityManager) : mixed
Parameters
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
log()
public
log(mixed $msg, mixed $type, mixed $entityId, mixed $user) : mixed
Parameters
- $msg : mixed
- $type : mixed
- $entityId : mixed
- $user : mixed
save()
Save a $extraShippingAmountLog
public
save(Log $Log) : mixed
Parameters
- $Log : Log