ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
stretch (callable $callback) | |
![]() | |
__construct (protected int $duration_in_ms) | |
withIncrement (IncrementStrategy $increment) | |
increment () | |
withDuration (int $duration_in_ms) | |
getDuration () | |
Additional Inherited Members | |
![]() | |
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 |
Definition at line 26 of file CallbackDuration.php.
ILIAS\HTTP\Duration\CallbackDuration::stretch | ( | callable | $callback | ) |
Definition at line 31 of file CallbackDuration.php.
References ILIAS\HTTP\Duration\Duration\MS_TO_US.