ProgressHelper deprecated::setFormat()

setFormat(string $format) Sets the progress bar format. Parameters string $format The format

ProgressHelper deprecated::setEmptyBarCharacter()

setEmptyBarCharacter(string $char) Sets the empty bar character. Parameters string $char A character

ProgressHelper deprecated::setCurrent()

setCurrent(int $current, bool $redraw = false) Sets the current progress. Parameters int $current The current progress bool $redraw Whether to redraw or not Exceptions LogicException

ProgressHelper deprecated::setBarWidth()

setBarWidth(int $size) Sets the progress bar width. Parameters int $size The progress bar size

ProgressHelper deprecated::setBarCharacter()

setBarCharacter(string $char) Sets the bar character. Parameters string $char A character

ProgressHelper deprecated::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

ProgressHelper deprecated::finish()

finish() Finishes the progress output.

ProgressHelper deprecated::display()

display(bool $finish = false) Outputs the current progress string. Parameters bool $finish Forces the end result Exceptions LogicException

ProgressHelper deprecated::clear()

clear() Removes the progress bar from the current line. This is useful if you wish to write some output while a progress bar is running. Call display() to show the progress bar again.

ProgressHelper deprecated::advance()

advance(int $step = 1, bool $redraw = false) Advances the progress output X steps. Parameters int $step Number of steps to advance bool $redraw Whether to redraw or not Exceptions LogicException