CategoryCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Table of Contents
Properties
Methods
- __construct() : mixed
- ProductCommand constructor.
- configure() : mixed
- execute() : mixed
Properties
$categoryService
protected
CategoryService
$categoryService
Methods
__construct()
ProductCommand constructor.
public
__construct([null $name = null ][, CategoryService|null $categoryService = null ]) : mixed
Parameters
- $name : null = null
- $categoryService : CategoryService|null = null
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface