ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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:25
ILIAS\Awareness\User\Collector::Map\Walkable\walk
walk(Closure $c)
components
ILIAS
GlobalScreen
src
Collector
Map
Walkable.php
Generated on Mon Sep 1 2025 23:03:10 for ILIAS by
1.8.13 (using
Doxyfile
)