ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
supportsAsynchronousLoading.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Factory
;
2
10
interface
supportsAsynchronousLoading
extends
isItem
11
{
12
18
public
function
withSupportsAsynchronousLoading
(
bool
$supported) :
supportsAsynchronousLoading
;
19
20
24
public
function
supportsAsynchronousLoading
() : bool;
25
}
ILIAS\GlobalScreen\Scope\MainMenu\Factory\supportsAsynchronousLoading\supportsAsynchronousLoading
supportsAsynchronousLoading()
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
Interface IFactory.
Definition:
isItem.php:11
ILIAS\GlobalScreen\Scope\MainMenu\Factory\supportsAsynchronousLoading
Interface supportsAsynchronousLoading.
Definition:
supportsAsynchronousLoading.php:10
ILIAS\GlobalScreen\Scope\MainMenu\Factory\supportsAsynchronousLoading\withSupportsAsynchronousLoading
withSupportsAsynchronousLoading(bool $supported)
ILIAS\GlobalScreen\Scope\MainMenu\Factory
Definition:
AbstractBaseItem.php:1
src
GlobalScreen
Scope
MainMenu
Factory
supportsAsynchronousLoading.php
Generated on Tue Sep 2 2025 20:01:28 for ILIAS by
1.8.13 (using
Doxyfile
)