ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
Async.php
Go to the documentation of this file.
1
<?php
2
18
declare(strict_types=1);
19
20
namespace
ILIAS\UI\Implementation\Component\Input\Field\Node
;
21
22
use
ILIAS\UI\Component
as
C
;
23
use
ILIAS\Data\URI
;
24
28
class
Async
extends
Node
implements
C\Input\Field\Node\Async
29
{
31
public
function
__construct
(
32
protected
URI
$render_url,
33
array $full_node_path,
34
string
$name,
35
?
C
\
Symbol
\
Icon
\
Icon
$icon
36
) {
37
parent::__construct
($full_node_path, $name, $icon);
38
}
39
40
public
function
getRenderUrl
():
URI
41
{
42
return
$this->render_url;
43
}
44
}
C\Input\Field\Node\Async
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:35
ILIAS\UI\Implementation\Component\Input\Field\Node\Async
Definition:
Async.php:29
ILIAS\UI\Implementation\Component\Input\Field\Node\Async\getRenderUrl
getRenderUrl()
Definition:
Async.php:40
ILIAS\UI\Implementation\Component\Input\Field\Node\Async\__construct
__construct(protected URI $render_url, array $full_node_path, string $name, ?C\Symbol\Icon\Icon $icon)
@inheritDoc
Definition:
Async.php:31
ILIAS\UI\Implementation\Component\Input\Field\Node\Node
Definition:
Node.php:29
ILIAS\UI\Implementation\Component\Symbol\Icon\Icon
Definition:
Icon.php:28
ILIAS\UI\Component\Symbol\Symbol
This describes a symbol.
Definition:
Symbol.php:30
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Definition:
PluginProviderHelper.php:38
ILIAS\UI\Component
ILIAS\UI\Implementation\Component\Input\Field\Node
Definition:
Async.php:20
components
ILIAS
UI
src
Implementation
Component
Input
Field
Node
Async.php
Generated on Sat Dec 13 2025 23:03:54 for ILIAS by
1.9.4 (using
Doxyfile
)