BatchProgress
in package
FinalYes
Tags
Table of Contents
Properties
- $percentage : float
- $steps : array<string|int, mixed>
Methods
- __construct() : mixed
- fromArray() : self
- getPercentage() : float
- getSteps() : array<int, BatchProgressStep>
Properties
$percentage read-only
private
float
$percentage
$steps read-only
private
array<string|int, mixed>
$steps
Methods
__construct()
public
__construct(array<int, BatchProgressStep> $steps, float $percentage) : mixed
Parameters
- $steps : array<int, BatchProgressStep>
- $percentage : float
fromArray()
public
static fromArray(RawBatchProgress $data) : self
Parameters
- $data : RawBatchProgress
Return values
selfgetPercentage()
public
getPercentage() : float
Return values
floatgetSteps()
public
getSteps() : array<int, BatchProgressStep>