См. определение в файле timer.php строка 15
◆ __construct()
__construct |
( |
| $timeout = null, |
|
|
| $limit = null ) |
Timer constructor.
- Аргументы
-
integer | null | $timeout | Timeout. |
integer | null | $limit | Limit. |
См. определение в файле timer.php строка 38
◆ enableManualIncrement()
enableManualIncrement |
( |
| ) |
|
Enable manual increment.
- Возвращает
- $this
См. определение в файле timer.php строка 58
◆ increment()
Increment current value of limit.
- Возвращает
- $this
См. определение в файле timer.php строка 69
◆ isElapsed()
Return true if timer is elapsed.
- Возвращает
- bool
См. определение в файле timer.php строка 48
◆ isLimitExceeded()
Check limits.
- Возвращает
- bool
См. определение в файле timer.php строка 135
◆ isTimeout()
Check timeout.
- Возвращает
- bool
См. определение в файле timer.php строка 120
◆ setLimit()
Set limit.
- Аргументы
-
- Возвращает
- $this
См. определение в файле timer.php строка 81
◆ setTimeout()
Set timeout.
- Аргументы
-
- Возвращает
- $this
См. определение в файле timer.php строка 93
◆ startTime()
Start time watch.
- Возвращает
- $this
См. определение в файле timer.php строка 104
◆ $current
◆ $isManualIncrement
$isManualIncrement = false |
|
protected |
◆ $limit
◆ $timeAtStart
◆ $timeout