class ClearFilesCommand extends ContainerAwareCommand

Class ClearFilesCommand. Command for removing all uploaded files

Methods

configure()

Configure command

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

Remove files

Details

at line 29
protected configure()

Configure command

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

Remove files

Parameters

InputInterface $input
OutputInterface $output

Return Value

int|null|void