CategoryCommand
extends ContainerAwareCommand
in package
Class CategoryCommand
This code only works with v1 of Magento
Table of Contents
Methods
- getChildren() : array<string|int, mixed>
- configure() : mixed
- execute() : int|void|null
Methods
getChildren()
public
getChildren(mixed $category) : array<string|int, mixed>
Parameters
- $category : mixed
Return values
array<string|int, mixed>configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface