ExportTemuCategoriesCommand
extends ContainerAwareCommand
in package
Table of Contents
Methods
- configure() : mixed
- execute() : mixed
- extractCategories() : mixed
- Parcours récursif des catégories Temu
- findCategoryByName() : mixed
- Trouve la première catégorie avec ce nom dans l'arbre (non case sensitive)
Methods
configure()
protected
configure() : mixed
execute()
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
extractCategories()
Parcours récursif des catégories Temu
private
extractCategories(array<string|int, mixed> $categories, array<string|int, mixed> &$rows) : mixed
Parameters
- $categories : array<string|int, mixed>
- $rows : array<string|int, mixed>
findCategoryByName()
Trouve la première catégorie avec ce nom dans l'arbre (non case sensitive)
private
findCategoryByName(array<string|int, mixed> $categories, mixed $searchName) : mixed
Parameters
- $categories : array<string|int, mixed>
- $searchName : mixed