LinkNewProductToMauroFerrettiCommand
extends ContainerAwareCommand
in package
Table of Contents
Properties
- $mauroFerrettiProductService : mixed
- $newProductService : mixed
Methods
- __construct() : mixed
- configure() : mixed
- execute() : mixed
Properties
$mauroFerrettiProductService
private
mixed
$mauroFerrettiProductService
$newProductService
private
mixed
$newProductService
Methods
__construct()
public
__construct(NewProductService $newProductService, MauroFerrettiSRLProductService $mauroFerrettiProductService) : mixed
Parameters
- $newProductService : NewProductService
- $mauroFerrettiProductService : MauroFerrettiSRLProductService
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface