ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Filterable.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
Filterable
30
{
34
public
function
filter
(Closure
$c
): void;
35
}
$c
$c
Definition:
deliver.php:25
ILIAS\GlobalScreen\Collector\Map\Filterable
Definition:
Filterable.php:30
ILIAS\GlobalScreen\Collector\Map\Filterable\filter
filter(Closure $c)
ILIAS\GlobalScreen\Collector\Map
Definition:
AbstractMap.php:21
components
ILIAS
GlobalScreen
src
Collector
Map
Filterable.php
Generated on Sat Oct 18 2025 23:03:06 for ILIAS by
1.9.4 (using
Doxyfile
)