ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
DefaultAsyncRefreshInterval.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Component\Progress
;
22
23
use
ILIAS\UI\Component\Progress\AsyncRefreshInterval
;
24
28
class
DefaultAsyncRefreshInterval
implements
AsyncRefreshInterval
29
{
30
public
function
getRefreshIntervalInMs
():
int
31
{
32
return
1_000;
33
}
34
}
ILIAS\UI\Implementation\Component\Progress\DefaultAsyncRefreshInterval\getRefreshIntervalInMs
getRefreshIntervalInMs()
Returns a refresh interval (in ms) for Progress components which determines how frequently the State ...
Definition:
DefaultAsyncRefreshInterval.php:30
ILIAS\UI\Implementation\Component\Progress\DefaultAsyncRefreshInterval
Definition:
DefaultAsyncRefreshInterval.php:28
ILIAS\UI\Component\Progress\AsyncRefreshInterval
Definition:
AsyncRefreshInterval.php:24
AsyncRefreshInterval
ILIAS\UI\Implementation\Component\Progress
Definition:
Bar.php:21
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
UI
src
Implementation
Component
Progress
DefaultAsyncRefreshInterval.php
Generated on Wed Sep 3 2025 23:04:17 for ILIAS by
1.8.13 (using
Doxyfile
)