5.1.1.3.3. Baleen\Migrations\Shared\Event\Progress

class Progress

Class Progress.

property total

protected

property current

protected

__construct($total, $current)

Progress constructor.

Parameters:
  • $total (int) –
  • $current (int) –
getTotal()
Returns:int
getCurrent()
Returns:int
update($current)
Parameters:
  • $current (int) –