GetDisplayQuoteUseCase
in package
Read onlyYes
Provides quote data formatted for display page
Table of Contents
Properties
- $fetchActiveQuoteUseCase : FetchActiveQuoteUseCase
- $logger : LoggerInterface
Methods
- __construct() : mixed
- execute() : array<string|int, mixed>|null
Properties
$fetchActiveQuoteUseCase
private
FetchActiveQuoteUseCase
$fetchActiveQuoteUseCase
$logger
private
LoggerInterface
$logger
Methods
__construct()
public
__construct(FetchActiveQuoteUseCase $fetchActiveQuoteUseCase, LoggerInterface $logger) : mixed
Parameters
- $fetchActiveQuoteUseCase : FetchActiveQuoteUseCase
- $logger : LoggerInterface
execute()
public
execute() : array<string|int, mixed>|null