BatchProgressStep
in package
FinalYes
Tags
Table of Contents
Properties
- $currentStep : string
- $finished : int
- $total : int
Methods
- __construct() : mixed
- fromArray() : self
- getCurrentStep() : non-empty-string
- getFinished() : int
- getTotal() : int
Properties
$currentStep read-only
private
string
$currentStep
$finished read-only
private
int
$finished
$total read-only
private
int
$total
Methods
__construct()
public
__construct(non-empty-string $currentStep, int $finished, int $total) : mixed
Parameters
- $currentStep : non-empty-string
- $finished : int
- $total : int
fromArray()
public
static fromArray(RawBatchProgressStep $data) : self
Parameters
- $data : RawBatchProgressStep
Return values
selfgetCurrentStep()
public
getCurrentStep() : non-empty-string
Return values
non-empty-stringgetFinished()
public
getFinished() : int
Return values
intgetTotal()
public
getTotal() : int