revert
class revert extends migrate
Properties
protected user | $user | from command | |
protected migrator | $migrator | from migration_command | |
protected manager | $extension_manager | from migration_command | |
protected config | $config | from migration_command | |
protected service | $cache | from migration_command | |
protected log | $log | from migrate | |
protected string | $phpbb_root_path | from migrate | |
protected filesystem_interface | $filesystem | from migrate | |
protected language | $language | from migrate |
Methods
__construct(user $user, language $language, migrator $migrator, manager $extension_manager, config $config, service $cache, log $log, filesystem_interface $filesystem, $phpbb_root_path)
Constructor
from
migrate
ProgressBar
create_progress_bar(int $max, SymfonyStyle $io, OutputInterface $output, bool $message = false)
Create a styled progress bar
from
command
configure()
No description
execute(InputInterface $input, OutputInterface $output)
No description
Details
in
migrate at line 34
__construct(user $user, language $language, migrator $migrator, manager $extension_manager, config $config, service $cache, log $log, filesystem_interface $filesystem, $phpbb_root_path)
Constructor
in
command at line 45
ProgressBar
create_progress_bar(int $max, SymfonyStyle $io, OutputInterface $output, bool $message = false)
Create a styled progress bar
in
migration_command at line 38
protected
load_migrations()
No description
in
migration_command at line 51
protected
finalise_update()
No description
at line 23
protected
configure()
No description
at line 36
protected
execute(InputInterface $input, OutputInterface $output)
No description