FailedMessagesRemoveCommand
extends AbstractFailedMessagesCommand
in package
Tags
Table of Contents
Methods
- configure() : void
- {@inheritdoc}
- execute() : int
- {@inheritdoc}
- removeMessages() : void
Methods
configure()
{@inheritdoc}
protected
configure() : void
execute()
{@inheritdoc}
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
intremoveMessages()
private
removeMessages(string $failureTransportName, array<string|int, mixed> $ids, ReceiverInterface $receiver, SymfonyStyle $io, bool $shouldForce, bool $shouldDisplayMessages) : void
Parameters
- $failureTransportName : string
- $ids : array<string|int, mixed>
- $receiver : ReceiverInterface
- $io : SymfonyStyle
- $shouldForce : bool
- $shouldDisplayMessages : bool