ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Breadcrumbs.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Breadcrumbs
;
22
23
use
ILIAS\UI\Component\Component
;
24
use
ILIAS\UI\Component\Link\Standard
;
25
30
interface
Breadcrumbs
extends
Component
31
{
37
public
function
getItems
(): array;
38
42
public
function
withAppendedItem
(
Standard
$crumb):
Breadcrumbs
;
43
}
ILIAS\UI\Component\Link\Standard
Standard link.
Definition:
Standard.php:26
ILIAS\UI\Component
ILIAS\UI\Component\Breadcrumbs
Definition:
Breadcrumbs.php:21
Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\Component\Breadcrumbs\Breadcrumbs\getItems
getItems()
Get all crumbs.
ILIAS\UI\Component\Breadcrumbs\Breadcrumbs
Definition:
Breadcrumbs.php:30
Standard
ILIAS\UI\Component\Breadcrumbs\Breadcrumbs\withAppendedItem
withAppendedItem(Standard $crumb)
Append a crumb-entry to the bar.
components
ILIAS
UI
src
Component
Breadcrumbs
Breadcrumbs.php
Generated on Mon Sep 1 2025 23:04:17 for ILIAS by
1.8.13 (using
Doxyfile
)