migrate
class migrate extends migration_command
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 | ||
protected string | $phpbb_root_path | ||
protected filesystem_interface | $filesystem | ||
protected language | $language |
Methods
__construct(user $user, language $language, migrator $migrator, manager $extension_manager, config $config, service $cache, log $log, filesystem_interface $filesystem, $phpbb_root_path)
Constructor
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
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 44
protected
configure()
No description
at line 52
protected
execute(InputInterface $input, OutputInterface $output)
No description