Bitrix API

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
bool

hasProcessCompleted()

Tells true if process has completed.

public hasProcessCompleted() : bool
Return values
bool

hasTimeLimitReached()

Tells true if time limit reached.

public hasTimeLimitReached() : bool
Return values
bool

incrementProcessedItems()

Increments count of processed items.

public incrementProcessedItems(int $incrementItems) : void
Parameters
$incrementItems : int

Number of items.

startTimer()

Sets start up time.

public startTimer() : void

        
On this page

Search results