phpBB API Documentation
Class

phpbb\console\command\reparser\reparse

class reparse extends command

Methods

__construct(user $user, db $reparse_lock, manager $reparser_manager, service_collection $reparsers)

Constructor

ProgressBar create_progress_bar(int $max, SymfonyStyle $io, OutputInterface $output, bool $message = false)

Create a styled progress bar

from command

Details

at line 68
public __construct(user $user, db $reparse_lock, manager $reparser_manager, service_collection $reparsers)

Constructor

Parameters

user $user User instance (mostly for translation)
db $reparse_lock
manager $reparser_manager
service_collection $reparsers

in command at line 45
public ProgressBar create_progress_bar(int $max, SymfonyStyle $io, OutputInterface $output, bool $message = false)

Create a styled progress bar

Parameters

int $max Max value for the progress bar
SymfonyStyle $io Symfony style output decorator
OutputInterface $output The output stream, used to print messages
bool $message Should we display message output under the progress bar?

Return Value

ProgressBar