ParseGuides
in package
Table of Contents
- $commandBus : CommandBus
- $flySystemFactory : FlySystemFactory
- $logger : LoggerInterface
- $outputFormats : iteratable<string|int, Format>
- __construct() : mixed
- __invoke() : Payload
- log() : void
- Dispatches a logging request.
Properties
$commandBus
private
CommandBus
$commandBus
$flySystemFactory
private
FlySystemFactory
$flySystemFactory
$logger
private
LoggerInterface
$logger
$outputFormats
private
iteratable<string|int, Format>
$outputFormats
Methods
__construct()
public
__construct(CommandBus $commandBus, LoggerInterface $logger, FlySystemFactory $flySystemFactory, iteratable<string|int, Format> $outputFormats) : mixed
Parameters
- $commandBus : CommandBus
- $logger : LoggerInterface
- $flySystemFactory : FlySystemFactory
- $outputFormats : iteratable<string|int, Format>
Return values
mixed —__invoke()
public
__invoke(Payload $payload) : Payload
Parameters
- $payload : Payload
Return values
Payload —log()
Dispatches a logging request.
private
log(string $message[, string $priority = LogLevel::INFO ][, array<string|int, string> $parameters = [] ]) : void
Parameters
- $message : string
- $priority : string = LogLevel::INFO
-
The logging priority as declared in the LogLevel PSR-3 class.
- $parameters : array<string|int, string> = []