class set_atomic extends command

Properties

protected user $user from  command
protected config $config from  command

Methods

__construct(user $user, config $config)

Constructor

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

Create a styled progress bar

from  command
configure()

{@inheritdoc}

bool
execute(InputInterface $input, OutputInterface $output)

Executes the command config:set-atomic.

Details

in command at line 20
__construct(user $user, config $config)

Constructor

Parameters

user $user

User instance (mostly for translation)

config $config

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

{@inheritdoc}

at line 67
protected bool execute(InputInterface $input, OutputInterface $output)

Executes the command config:set-atomic.

Sets a configuration option's value only if the old_value matches the current configuration value or the configuration value does not exist yet.

Parameters

InputInterface $input

An InputInterface instance

OutputInterface $output

An OutputInterface instance

Return Value

bool

True if the value was changed, false otherwise.

See also

config::set_atomic