Bitrix API

Stepper

Stepper

Tags
@implements

Translate\Controller\ITimeLimit

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
bool

hasProcessCompleted()

Tells true if process has completed.

public hasProcessCompleted() : bool
Return values
bool

hasTimeLimitReached()

Tells true if time limit reached.

public hasTimeLimitReached() : bool
Tags
see
ITimeLimit
Return values
bool

        
On this page

Search results