ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
AsyncNode.php
Go to the documentation of this file.
1
<?
php
2
declare(strict_types=1);
3
4
/* Copyright (c) 2019 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
5
6
namespace
ILIAS\UI\Component\Tree\Node
;
7
11
interface
AsyncNode
12
{
16
public
function
getAsyncLoading
() : bool;
17
21
public
function
withAsyncURL
(
string
$url
) :
Simple
;
22
26
public
function
getAsyncURL
() : string;
27
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Tree\Node\AsyncNode
This describes a Tree Node.
Definition:
AsyncNode.php:12
ILIAS\UI\Component\Tree\Node\AsyncNode\getAsyncLoading
getAsyncLoading()
Should this node load its children asyncronously?
ILIAS\UI\Component\Tree\Node\AsyncNode\getAsyncURL
getAsyncURL()
Get URL for async loading.
ILIAS\UI\Component\Tree\Node\AsyncNode\withAsyncURL
withAsyncURL(string $url)
Set URL for async loading.
ILIAS\UI\Component\Tree\Node\Simple
This describes a very basic Tree Node.
Definition:
Simple.php:12
ILIAS\UI\Component\Tree\Node
Definition:
AsyncNode.php:6
$url
$url
Definition:
proxy_ylocal.php:28
src
UI
Component
Tree
Node
AsyncNode.php
Generated on Sat Oct 4 2025 20:01:12 for ILIAS by
1.9.4 (using
Doxyfile
)