ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Footer.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 2019 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
3
4
namespace
ILIAS\UI\Component\MainControls
;
5
6
use
ILIAS\UI\Component\Component
;
7
11
interface
Footer
extends
Component
12
{
16
public
function
getLinks
() : array;
17
18
public
function
getText
() : string;
19
23
public
function
getPermanentURL
();
24
25
public
function
withPermanentURL
(\
ILIAS
\Data\
URI
$url
) :
Footer
;
26
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:18
ILIAS\UI\Component\Component
A component is the most general form of an entity in the UI.
Definition:
Component.php:14
ILIAS\UI\Component\MainControls\Footer
This describes the Footer.
Definition:
Footer.php:12
ILIAS\UI\Component\MainControls\Footer\getText
getText()
ILIAS\UI\Component\MainControls\Footer\withPermanentURL
withPermanentURL(\ILIAS\Data\URI $url)
ILIAS\UI\Component\MainControls\Footer\getPermanentURL
getPermanentURL()
ILIAS\UI\Component\MainControls\Footer\getLinks
getLinks()
ILIAS\UI\Component\MainControls
Definition:
Factory.php:5
ILIAS
Class ChatMainBarProvider \MainMenu\Provider.
$url
$url
Definition:
proxy_ylocal.php:28
src
UI
Component
MainControls
Footer.php
Generated on Fri Oct 3 2025 20:01:15 for ILIAS by
1.9.4 (using
Doxyfile
)