class ClearThumbnailCacheCommand extends Command (View source)

Properties

static protected $defaultName

Methods

__construct(ThumbnailCacheClearer $thumbnailCacheClearer)

No description

void
configure()

{@inheritdoc}

execute(InputInterface $input, OutputInterface $output)

This method is executed after initialize(). It usually contains the logic to execute to complete this command task.

Details

__construct(ThumbnailCacheClearer $thumbnailCacheClearer)

Parameters

ThumbnailCacheClearer $thumbnailCacheClearer

protected void configure()

{@inheritdoc}

Return Value

void

protected execute(InputInterface $input, OutputInterface $output)

This method is executed after initialize(). It usually contains the logic to execute to complete this command task.

Parameters

InputInterface $input
OutputInterface $output