ProductUpdateNewTagCommand
extends ContainerAwareCommand
uses
LockableTrait
Table of Contents
Methods
-
configure()
: mixed
-
execute()
: mixed
-
sendRemovalEmail()
: void
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-
sendRemovalEmail()
private
sendRemovalEmail(array<string|int, mixed> $rows, string $thresholdStr, string $to, string $tag) : void
Parameters
-
$rows
: array<string|int, mixed>
-
-
$thresholdStr
: string
-
-
$to
: string
-
-
$tag
: string
-