class show extends command

Properties

protected user $user from  command
protected factory $iohandler_factory
protected language $language

Methods

__construct(language $language, factory $factory)

Constructor

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

Create a styled progress bar

from  command
configure()

{@inheritdoc}

null
execute(InputInterface $input, OutputInterface $output)

Show the validated configuration

Details

at line 46
__construct(language $language, factory $factory)

Constructor

Parameters

language $language
factory $factory

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 58
protected configure()

{@inheritdoc}

at line 78
protected null execute(InputInterface $input, OutputInterface $output)

Show the validated configuration

Parameters

InputInterface $input

An InputInterface instance

OutputInterface $output

An OutputInterface instance

Return Value

null