ProgressDetail
Table of Contents
-
$current
: int|null
-
$total
: int|null
-
getCurrent()
: int|null
-
getTotal()
: int|null
-
setCurrent()
: self
-
setTotal()
: self
$current
protected
int|null
$current
$total
protected
int|null
$total
getCurrent()
public
getCurrent() : int|null
Return values
int|null
—
getTotal()
public
getTotal() : int|null
Return values
int|null
—
setCurrent()
public
setCurrent(int|null $current) : self
Parameters
-
$current
: int|null
-
Return values
self
—
setTotal()
public
setTotal(int|null $total) : self
Parameters
-
$total
: int|null
-
Return values
self
—