ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Walkable.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map
;
4
5
use Closure;
6
13
interface
Walkable
14
{
15
19
public
function
walk
(Closure
$c
) : void;
20
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Walkable
Class Walkable.
Definition:
Walkable.php:14
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map\Walkable\walk
walk(Closure $c)
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Map
Definition:
Filterable.php:3
Vendor\Package\$c
$c
Definition:
example_cleaned.php:31
src
GlobalScreen
Scope
MainMenu
Collector
Map
Walkable.php
Generated on Sat Oct 4 2025 20:01:11 for ILIAS by
1.9.4 (using
Doxyfile
)