ProgressIndicator
class ProgressIndicator
Methods
No description
Sets the current indicator message.
Gets the current indicator message.
Gets the progress bar start time.
Gets the current animated indicator character.
Starts the indicator output.
Advances the indicator.
Finish the indicator with message.
Gets the format for a given name.
Sets a placeholder formatter for a given name.
Gets the placeholder formatter for a given name.
Details
at line line 41
__construct(OutputInterface $output, string|null $format = null, int $indicatorChangeInterval = 100, array|null $indicatorValues = null)
at line line 70
setMessage(string|null $message)
Sets the current indicator message.
at line line 84
string|null
getMessage()
Gets the current indicator message.
at line line 96
int
getStartTime()
Gets the progress bar start time.
at line line 108
string
getCurrentValue()
Gets the current animated indicator character.
at line line 118
start($message)
Starts the indicator output.
at line line 137
advance()
Advances the indicator.
at line line 164
finish($message)
Finish the indicator with message.
at line line 183
static string|null
getFormatDefinition(string $name)
Gets the format for a given name.
at line line 200
static
setPlaceholderFormatterDefinition(string $name, callable $callable)
Sets a placeholder formatter for a given name.
This method also allow you to override an existing placeholder.
at line line 216
static callable|null
getPlaceholderFormatterDefinition(string $name)
Gets the placeholder formatter for a given name.