StepDurations
FinalYes
Table of Contents
Properties
- $authorDuration : int
- $completedDuration : int
- $doneDuration : int
- $runningDuration : int
Methods
- __construct() : mixed
- getRoundedAuthorDuration() : int
- getRoundedCompletedDuration() : int
- getRoundedDoneDuration() : int
- getRoundedDuration() : int
- getRoundedRunningDuration() : int
Properties
$authorDuration read-only
public
int
$authorDuration
$completedDuration read-only
public
int
$completedDuration
$doneDuration read-only
public
int
$doneDuration
$runningDuration read-only
public
int
$runningDuration
Methods
__construct()
public
__construct(int $author, int $running, int $completed, int $done) : mixed
Parameters
- $author : int
- $running : int
- $completed : int
- $done : int
getRoundedAuthorDuration()
public
getRoundedAuthorDuration() : int
Return values
intgetRoundedCompletedDuration()
public
getRoundedCompletedDuration() : int
Return values
intgetRoundedDoneDuration()
public
getRoundedDoneDuration() : int
Return values
intgetRoundedDuration()
public
getRoundedDuration(int $durationInSeconds) : int
Parameters
- $durationInSeconds : int
Return values
intgetRoundedRunningDuration()
public
getRoundedRunningDuration() : int