BeyableSendEmailsCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class BeyableSendEmailsCommand
Table of Contents
Methods
- _initProduct() : Product|bool|array<string|int, mixed>
- configure() : mixed
- Configure command
- execute() : int|null
Methods
_initProduct()
public
_initProduct(mixed $productId, mixed $productName) : Product|bool|array<string|int, mixed>
Parameters
- $productId : mixed
- $productName : mixed
Return values
Product|bool|array<string|int, mixed>configure()
Configure command
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|null
Parameters
- $input : InputInterface
- $output : OutputInterface