Пример #1
0
 /**
  * change the total on a running progress bar
  *
  * @param int $total the new number of times we're expecting to run for
  *
  * @static
  * @return void
  */
 public static function setTotal($total = '')
 {
     self::$total = $total;
 }