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