ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
Walkable.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Collector\Map
;
22
23
use
Closure
;
24
29
interface
Walkable
30
{
34
public
function
walk
(
Closure
$c
): void;
35
}
ILIAS\GlobalScreen\Collector\Map
Definition:
AbstractMap.php:21
ILIAS\Awareness\User\Collector::Map\Walkable
Definition:
Walkable.php:29
Closure
$c
$c
Definition:
deliver.php:9
ILIAS\Awareness\User\Collector::Map\Walkable\walk
walk(Closure $c)
components
ILIAS
GlobalScreen
src
Collector
Map
Walkable.php
Generated on Wed Sep 10 2025 15:15:40 for ILIAS by
1.8.13 (using
Doxyfile
)