UpdateProductNameAndDescriptionCommand
extends ContainerAwareCommand
Table of Contents
Properties
-
$connection
: Connection
-
$newProductService
: NewProductService
Methods
-
__construct()
: mixed
-
strPosArray()
: mixed
-
configure()
: mixed
-
execute()
: mixed
$connection
protected
Connection
$connection
$newProductService
private
NewProductService
$newProductService
__construct()
public
__construct([string $name = null ][, NewProductService $newProductService = null ]) : mixed
Parameters
-
$name
: string
= null
-
-
$newProductService
: NewProductService
= null
-
strPosArray()
public
strPosArray(mixed $haystack, mixed $needle) : mixed
Parameters
-
$haystack
: mixed
-
-
$needle
: mixed
-
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
-
$input
: InputInterface
-
-
$output
: OutputInterface
-