recreate
class recreate extends command
Properties
protected user | $user | from command |
Methods
ProgressBar
create_progress_bar(int $max, SymfonyStyle $io, OutputInterface $output, bool $message = false)
Create a styled progress bar
from
command
null
configure()
Sets the command name and description
int
execute(InputInterface $input, OutputInterface $output)
Executes the command thumbnail:recreate.
Details
in
command at line 45
ProgressBar
create_progress_bar(int $max, SymfonyStyle $io, OutputInterface $output, bool $message = false)
Create a styled progress bar
at line 26
protected null
configure()
Sets the command name and description
at line 44
protected int
execute(InputInterface $input, OutputInterface $output)
Executes the command thumbnail:recreate.
This command is a "macro" to execute thumbnail:delete and then thumbnail:generate.