ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Expandable.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Implementation\Component\Tree
;
22
23
use
ILIAS\UI\Component\Tree
as
ITree
;
24
use
ILIAS\UI\Implementation\Component\JavaScriptBindable
;
25
29
class
Expandable
extends
Tree
implements ITree\Expandable
30
{
31
use
JavaScriptBindable
;
32
}
ILIAS\UI\Component\Tree\Expandable
This describes a Tree Control.
Definition:
Expandable.php:28
ILIAS\UI\Implementation\Component\JavaScriptBindable
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
Definition:
JavaScriptBindable.php:32
ILIAS\UI\Component\Tree
Definition:
Expandable.php:21
ILIAS\UI\Component\Tree\Tree
This describes a Tree Control.
Definition:
Tree.php:28
ILIAS\UI\Implementation\Component\Tree
Definition:
Expandable.php:21
components
ILIAS
UI
src
Implementation
Component
Tree
Expandable.php
Generated on Mon Sep 1 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)