SyncroniseMenuCategoryCommand
extends ContainerAwareCommand
in package
uses
LockableTrait
Class CategoryCommand
Table of Contents
Properties
- $_logMenu : array<string|int, mixed>
- $entityManager : EntityManagerInterface|null
Methods
- __construct() : mixed
- CreateProductCommand constructor.
- getMenuAllStore() : void
- configure() : mixed
- execute() : int|void|null
Properties
$_logMenu
protected
array<string|int, mixed>
$_logMenu
= []
$entityManager
private
EntityManagerInterface|null
$entityManager
Methods
__construct()
CreateProductCommand constructor.
public
__construct([null $name = null ][, EntityManagerInterface|null $entityManager = null ]) : mixed
Parameters
- $name : null = null
- $entityManager : EntityManagerInterface|null = null
getMenuAllStore()
public
getMenuAllStore() : void
Tags
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int|void|null
Parameters
- $input : InputInterface
- $output : OutputInterface