class list_all extends command

Properties

protected user $user from  command
protected string[] $reparser_names

Methods

__construct(user $user, service_collection $reparsers)

Constructor

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 reparser:list

Details

at line 33
__construct(user $user, service_collection $reparsers)

Constructor

Parameters

user $user

User instance (mostly for translation)

service_collection $reparsers

in command at line 45
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

at line 49
protected null configure()

Sets the command name and description

Return Value

null

at line 64
protected int execute(InputInterface $input, OutputInterface $output)

Executes the command reparser:list

Parameters

InputInterface $input
OutputInterface $output

Return Value

int