TransferDistributionLogService
in package
Table of Contents
Properties
- $container : mixed
- $entityManager : mixed
Methods
- __construct() : mixed
- flush() : void
- Forces the persistence of all pending changes to the database.
- getById() : TransferDistributionLog|null
- Get a TransferDistributionLog entry by ID.
- getRepo() : TransferDistributionLogRepository
- save() : TransferDistributionLog
- Save a TransferDistributionLog entry.
Properties
$container
private
mixed
$container
$entityManager
private
mixed
$entityManager
Methods
__construct()
public
__construct(ContainerInterface $container, EntityManagerInterface $entityManager) : mixed
Parameters
- $container : ContainerInterface
- $entityManager : EntityManagerInterface
flush()
Forces the persistence of all pending changes to the database.
public
flush() : void
getById()
Get a TransferDistributionLog entry by ID.
public
getById(int $id) : TransferDistributionLog|null
Parameters
- $id : int
Return values
TransferDistributionLog|nullgetRepo()
public
getRepo() : TransferDistributionLogRepository
Return values
TransferDistributionLogRepositorysave()
Save a TransferDistributionLog entry.
public
save(TransferDistributionLog $logEntry[, bool $flush = true ]) : TransferDistributionLog
Parameters
- $logEntry : TransferDistributionLog
- $flush : bool = true