ILIAS  release_8 Revision v8.24
Walkable.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
21
22use Closure;
23
29interface Walkable
30{
34 public function walk(Closure $c): void;
35}
$c
Definition: cli.php:38
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Filterable.php:20