ProgressIndicator

ProgressIndicator

class ProgressIndicator

Methods

登录查看完整内容
__construct(OutputInterface $output, string|null $format = null, int $indicatorChangeInterval = 100, array|null $indicatorValues = null)
setMessage(string|null $message)

Sets the current indicator message.

start($message)

Starts the indicator output.

advance()

Advances the indicator.

finish($message)

Finish the indicator with message.