ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
Vertical.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\UI\Implementation\Component\Divider
;
22
23
use
ILIAS\UI\Component
as
C
;
24
use
ILIAS\UI\Implementation\Component\ComponentHelper
;
25
30
class
Vertical
implements
C\Divider\Vertical
31
{
32
use
ComponentHelper
;
33
34
public
function
__construct
()
35
{
36
}
37
}
ILIAS\UI\Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\Implementation\Component\Divider\Vertical\__construct
__construct()
Definition:
Vertical.php:34
ILIAS\UI\Implementation\Component\Divider
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Factory.php:21
ComponentHelper
ILIAS\UI\Implementation\Component\Divider\Vertical
Vertical Divider.
Definition:
Vertical.php:30
ComponentHelper
src
UI
Implementation
Component
Divider
Vertical.php
Generated on Wed Sep 3 2025 22:02:57 for ILIAS by
1.8.13 (using
Doxyfile
)