helpers\BaseConsole endProgress()

endProgress() public static method

Ends a progress bar that has been started by startProgress().

See also:

public static void endProgress ( $remove = false, $keepPrefix = true )
$remove string|boolean

This can be false to leave the progress bar on screen and just print a newline. If set to true, the line of the progress bar will be cleared. This may also be a string to be displayed instead of the progress bar.

$keepPrefix boolean

Whether to keep the prefix that has been specified for the progressbar when progressbar gets removed. Defaults to true.

doc_Yii
2016-10-30 17:04:33
Comments
Leave a Comment

Please login to continue.