ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\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.
ILIAS\UI\Component
components
ILIAS
UI
src
Component
Component.php
Generated on Sat Oct 18 2025 23:02:45 for ILIAS by
1.9.4 (using
Doxyfile
)