ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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
5
11{
12
18 public function getItems();
19
26 public function withAppendedItem($crumb);
27}
An exception for terminatinating execution or to throw for unit testing.
withAppendedItem($crumb)
Append an crumb-entry to the bar.
A component is the most general form of an entity in the UI.
Definition: Component.php:14