ProgressHelper deprecated::setProgressCharacter()

setProgressCharacter(string $char) Sets the progress 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::setBarCharacter()

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

ProgressHelper deprecated::setEmptyBarCharacter()

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

ProgressHelper deprecated::setBarWidth()

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

ProgressHelper deprecated::setFormat()

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

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

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::display()

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

ProgressHelper deprecated

class ProgressHelper extends Helper deprecated since version 2.5, to be removed in 3.0 Use {@link ProgressBar} instead. The Progress class provides helpers to display progress output. Constants FORMAT_QUIET FORMAT_NORMAL FORMAT_VERBOSE FORMAT_QUIET_NOMAX FORMAT_NORMAL_NOMAX FORMAT_VERBOSE_NOMAX Methods setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. from Helper HelperSet getHelperSet() Gets the helper set associ