ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
Component.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component
;
22
27
interface
Component
28
{
32
public
function
getCanonicalName
(): string;
33
39
public
function
reduceWith
(\
Closure
$fn): mixed;
40
41
}
ILIAS\UI\Component
Closure
ILIAS\UI\Component\Component\reduceWith
reduceWith(\Closure $fn)
The scheme starts at the leaves of the structure and applies the function to each leave and moves up ...
ILIAS\UI\Component\Component\getCanonicalName
getCanonicalName()
Get the canonical name of the component.
components
ILIAS
UI
src
Component
Component.php
Generated on Sun Aug 31 2025 23:02:32 for ILIAS by
1.8.13 (using
Doxyfile
)