ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
Breadcrumbs.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 2017 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
3
4
namespace
ILIAS\UI\Component\Breadcrumbs
;
5
10
interface
Breadcrumbs
extends
\ILIAS\UI\Component\Component
11
{
12
18
public
function
getItems
();
19
26
public
function
withAppendedItem
($crumb);
27
}
ILIAS\UI\Component\Breadcrumbs
Definition:
Breadcrumbs.php:4
ILIAS\UI\Component\Breadcrumbs\Breadcrumbs\getItems
getItems()
Get all crumbs.
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:13
ILIAS\UI\Component\Breadcrumbs\Breadcrumbs
Definition:
Breadcrumbs.php:10
ILIAS\UI\Component\Breadcrumbs\Breadcrumbs\withAppendedItem
withAppendedItem($crumb)
Append an crumb-entry to the bar.
src
UI
Component
Breadcrumbs
Breadcrumbs.php
Generated on Sat Jan 18 2025 19:01:43 for ILIAS by
1.8.13 (using
Doxyfile
)