setEmptyBarCharacter(string $char) Sets the empty bar character. Parameters string $char A character
setBarWidth(int $size) Sets the progress bar width. Parameters int $size The progress bar size
setBarCharacter(string $char) Sets the bar character. Parameters string $char A character
int getStartTime() Gets the progress bar start time. Return Value int The progress bar start time
float getProgressPercent() Gets the current progress bar percent. Return Value float The current progress bar percent
string getProgressCharacter() Gets the progress bar character. Return Value string A character
int getProgress() Gets the current step position. Return Value int The progress bar step
static callable|null getPlaceholderFormatterDefinition(string $name) Gets the placeholder formatter for a given name. Parameters string $name The placeholder name (including the delimiter char like %) Return Value callable|null A PHP callable
getMessage($name = 'message') Parameters $name
int getMaxSteps() Gets the progress bar maximal steps. Return Value int The progress bar max steps
Page 226 of 787