Stepper
Stepper
Table of Contents
Methods
- declareProcessDone() : void
- Switch accomplishment flag of the process.
- declareProcessedItems() : void
- Declares count of processed items.
- declareTotalItems() : void
- Declares total count of items will be processed.
- hasErrors() : bool
- Getting array of errors.
- hasProcessCompleted() : bool
- Tells true if process has completed.
- hasTimeLimitReached() : bool
- Tells true if time limit reached.
- incrementProcessedItems() : void
- Increments count of processed items.
- instanceTimer() : Timer
- Gets timer.
- startTimer() : void
- Sets start up time.
Methods
declareProcessDone()
Switch accomplishment flag of the process.
public
declareProcessDone() : void
declareProcessedItems()
Declares count of processed items.
public
declareProcessedItems(int $processedItems) : void
Parameters
- $processedItems : int
-
Number of items.
declareTotalItems()
Declares total count of items will be processed.
public
declareTotalItems(int $totalItems) : void
Parameters
- $totalItems : int
-
Total number of items.
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
Return values
boolincrementProcessedItems()
Increments count of processed items.
public
incrementProcessedItems(int $incrementItems) : void
Parameters
- $incrementItems : int
-
Number of items.
instanceTimer()
Gets timer.
public
instanceTimer() : Timer
Return values
TimerstartTimer()
Sets start up time.
public
startTimer() : void