FailedMessagesShowCommand
extends AbstractFailedMessagesCommand
in package
Tags
Table of Contents
Methods
- configure() : void
- {@inheritdoc}
- execute() : int
- {@inheritdoc}
- listMessages() : mixed
- showMessage() : mixed
Methods
configure()
{@inheritdoc}
protected
configure() : void
execute()
{@inheritdoc}
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
intlistMessages()
private
listMessages(string|null $failedTransportName, SymfonyStyle $io, int $max) : mixed
Parameters
- $failedTransportName : string|null
- $io : SymfonyStyle
- $max : int
showMessage()
private
showMessage(string|null $failedTransportName, string $id, SymfonyStyle $io) : mixed
Parameters
- $failedTransportName : string|null
- $id : string
- $io : SymfonyStyle