ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
Expandable.php
Go to the documentation of this file.
1<?php
2declare(strict_types=1);
3
4/* Copyright (c) 2019 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
5
7
11
15class Expandable extends Tree implements ITree\Expandable
16{
18}
An exception for terminatinating execution or to throw for unit testing.
This describes a Tree Control.
Definition: Expandable.php:15
This describes a Tree Control.
Definition: Tree.php:14
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
trait ComponentHelper
Provides common functionality for component implementations.