|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ILIAS\HTTP\Duration\CallbackDuration:
Collaboration diagram for ILIAS\HTTP\Duration\CallbackDuration:Public Member Functions | |
| stretch (callable $callback) | |
Public Member Functions inherited from ILIAS\HTTP\Duration\Duration | |
| __construct (int $duration_in_ms) | |
| withIncrement (IncrementStrategy $increment) | |
| increment () | |
| withDuration (int $duration_in_ms) | |
| getDuration () | |
Additional Inherited Members | |
Protected Attributes inherited from ILIAS\HTTP\Duration\Duration | |
| const | S_TO_US = 1_000_000 |
| number used for converting seconds (s) into microseconds (us/µ) or vise-versa. More... | |
| const | MS_TO_US = 1_000 |
| number used for converting miliseconds (ms) into microseconds (us/µ) or vise-versa. More... | |
| IncrementStrategy | $increment = null |
| int | $duration_in_ms |
Definition at line 25 of file CallbackDuration.php.
| ILIAS\HTTP\Duration\CallbackDuration::stretch | ( | callable | $callback | ) |
Definition at line 30 of file CallbackDuration.php.
References ILIAS\HTTP\Duration\Duration\MS_TO_US.