Stepper
Stepper
Tags
Table of Contents
Methods
- declareAccomplishment() : void
- Switch accomplishment flag of the process.
- hasErrors() : bool
- Getting array of errors.
- hasProcessCompleted() : bool
- Tells true if process has completed.
- hasTimeLimitReached() : bool
- Tells true if time limit reached.
- instanceTimer() : Timer
- Gets timer.
- startTimer() : void
- Sets start up time.
Methods
declareAccomplishment()
Switch accomplishment flag of the process.
public
declareAccomplishment([bool $flag = true ]) : void
Parameters
- $flag : bool = true
-
Accomplishment flag value.
hasErrors()
Getting array of errors.
public
hasErrors() : bool
Return values
boolhasProcessCompleted()
Tells true if process has completed.
public
hasProcessCompleted() : bool
Return values
boolhasTimeLimitReached()
Tells true if time limit reached.
public
hasTimeLimitReached() : bool
Tags
Return values
boolinstanceTimer()
Gets timer.
public
instanceTimer() : Timer
Return values
TimerstartTimer()
Sets start up time.
public
startTimer() : void