Logidav Docs

UpdateProductCommand extends ContainerAwareCommand
in package

Table of Contents

Properties

$_logProduct  : mixed
$connection  : Connection
$attributeService  : AttributeService
$entityManager  : EntityManagerInterface
$name  : null
$newProductService  : NewProductService
$newProductStatService  : mixed
$productApi  : mixed

Methods

__construct()  : mixed
CreateProductCommand constructor.
uploadFileByAttributeCode()  : mixed
configure()  : mixed
execute()  : int|void|null

Properties

Methods

__construct()

CreateProductCommand constructor.

public __construct([null $name = null ][, EntityManagerInterface|null $entityManager = null ][, NewProductService|null $newProductService = null ][, AttributeService|null $attributeService = null ][, NewProductStatService|null $newProductStatService = null ]) : mixed
Parameters
$name : null = null
$entityManager : EntityManagerInterface|null = null
$newProductService : NewProductService|null = null
$attributeService : AttributeService|null = null
$newProductStatService : NewProductStatService|null = null

uploadFileByAttributeCode()

public uploadFileByAttributeCode(mixed $produInfo, mixed $attributeCode) : mixed
Parameters
$produInfo : mixed
$attributeCode : mixed

execute()

protected execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
$input : InputInterface
$output : OutputInterface
Return values
int|void|null

        
On this page

Search results