class CacheProductPricelistItemsArrayCommand extends ContainerAwareCommand

Class CacheProductPricelistItemsArrayCommand. Command that caches pricelist data on products

Methods

configure()

Command configuration

int|null|void
execute(InputInterface $input, OutputInterface $output)

Caches pricelist data on products

Details

at line 24
protected configure()

Command configuration

at line 36
protected int|null|void execute(InputInterface $input, OutputInterface $output)

Caches pricelist data on products

Parameters

InputInterface $input
OutputInterface $output

Return Value

int|null|void