Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Timer
+ Граф наследования:Timer:

Открытые члены

 __construct ($timeLimit=-1)
 
 startTimer ($startingTime=null)
 
 hasTimeLimitReached ()
 
 getTimeLimit ()
 
 setTimeLimit ($timeLimit)
 
- Открытые члены унаследованные от ITimeLimit
 startTimer ()
 

Подробное описание

Timer class.

См. определение в файле timer.php строка 10

Конструктор(ы)

◆ __construct()

__construct ( $timeLimit = -1)
Аргументы
int$timeLimitTimeout in seconds.

См. определение в файле timer.php строка 21

Методы

◆ getTimeLimit()

getTimeLimit ( )

Gets limitation time in seconds.

Возвращает
int

См. определение в файле timer.php строка 72

◆ hasTimeLimitReached()

hasTimeLimitReached ( )

Tells true if time limit reached.

Возвращает
boolean

Замещает ITimeLimit.

См. определение в файле timer.php строка 55

◆ setTimeLimit()

setTimeLimit ( $timeLimit)

Sets limitation time in seconds.

Аргументы
int$timeLimitTimeout in seconds.
Возвращает
self

См. определение в файле timer.php строка 84

◆ startTimer()

startTimer ( $startingTime = null)

Start up timer.

Аргументы
int$startingTimeStarting time.
Возвращает
self

См. определение в файле timer.php строка 36