ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ItemCollector.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Collector
;
22
23
use LogicException;
24
use Generator;
25
30
interface
ItemCollector
extends
Collector
31
{
32
public
function
collectStructure
(): void;
33
34
public
function
filterItemsByVisibilty
(
bool
$async_only =
false
): void;
35
36
public
function
prepareItemsForUIRepresentation
(): void;
37
41
public
function
getItemsForUIRepresentation
(): Generator;
42
47
public
function
hasItems
(): bool;
48
49
public
function
hasVisibleItems
(): bool;
50
}
ILIAS\GlobalScreen\Collector\Collector
Definition:
Collector.php:27
ILIAS\GlobalScreen\Collector\ItemCollector
Interface Collector.
Definition:
ItemCollector.php:31
ILIAS\GlobalScreen\Collector\ItemCollector\collectStructure
collectStructure()
ILIAS\GlobalScreen\Collector\ItemCollector\getItemsForUIRepresentation
getItemsForUIRepresentation()
ILIAS\GlobalScreen\Collector\ItemCollector\prepareItemsForUIRepresentation
prepareItemsForUIRepresentation()
ILIAS\GlobalScreen\Collector\ItemCollector\filterItemsByVisibilty
filterItemsByVisibilty(bool $async_only=false)
ILIAS\GlobalScreen\Collector\ItemCollector\hasVisibleItems
hasVisibleItems()
ILIAS\GlobalScreen\Collector\ItemCollector\hasItems
hasItems()
ILIAS\GlobalScreen\Collector
@noinspection PhpIncompatibleReturnTypeInspection
Definition:
AbstractBaseCollector.php:21
components
ILIAS
GlobalScreen
src
Collector
ItemCollector.php
Generated on Sat Oct 18 2025 23:03:06 for ILIAS by
1.9.4 (using
Doxyfile
)