AttributeCommand
extends ContainerAwareCommand
in package
Class AttributeCommand
Table of Contents
Properties
- $attributeApi : AttributeApi|object
- $attributeService : AttributeService
- $attributeSetGroupService : AttributeSetGroupService
- $attributeSetService : AttributeSetService
- $name : null
Methods
- __construct() : mixed
- AttributeCommand constructor.
- configure() : mixed
- execute() : int|void|null
Properties
$attributeApi
protected
AttributeApi|object
$attributeApi
$attributeService
private
AttributeService
$attributeService
$attributeSetGroupService
private
AttributeSetGroupService
$attributeSetGroupService
$attributeSetService
private
AttributeSetService
$attributeSetService
$name
private
null
$name
Methods
__construct()
AttributeCommand constructor.
public
__construct([null $name = null ][, AttributeService|null $attributeService = null ][, AttributeSetService|null $attributeSetService = null ][, AttributeSetGroupService|null $attributeSetGroupService = null ]) : mixed
Parameters
- $name : null = null
- $attributeService : AttributeService|null = null
- $attributeSetService : AttributeSetService|null = null
- $attributeSetGroupService : AttributeSetGroupService|null = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface