ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Launcher
;
22
23
use
ILIAS\Data\Link
;
24
25
interface
Factory
26
{
40
public
function
inline
(
Link
$target):
Inline
;
41
}
ILIAS\UI\Component\Launcher\Factory
Definition:
Factory.php:25
ILIAS\Data\Link
Standard
ILIAS\UI\Component\Launcher\Inline
Definition:
Inline.php:25
ILIAS\UI\Component\Launcher
Definition:
Factory.php:21
components
ILIAS
UI
src
Component
Launcher
Factory.php
Generated on Sun Aug 31 2025 23:01:55 for ILIAS by
1.8.13 (using
Doxyfile
)