ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Group.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\GlobalScreen\UI\Footer\Groups
;
20
21
use
ILIAS\GlobalScreen\UI\Footer\Translation\TranslatableItem
;
22
23
interface
Group
extends
TranslatableItem
24
{
25
public
function
getId
(): string;
26
27
public
function
withId
(
string
$id
):
self
;
28
29
public
function
getTitle
(): string;
30
31
public
function
withTitle
(
string
$title):
self
;
32
33
public
function
withActive
(
bool
$active):
self
;
34
35
public
function
isActive
(): bool;
36
37
public
function
withPosition
(
int
$position):
self
;
38
39
public
function
getPosition
():
int
;
40
41
public
function
isCore
(): bool;
42
43
public
function
getItems
():
int
;
44
}
ILIAS\GlobalScreen\UI\Footer\Groups
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Group.php:19
ILIAS\GlobalScreen\UI\Footer\Groups\Group\withActive
withActive(bool $active)
ILIAS\GlobalScreen\UI\Footer\Groups\Group\isCore
isCore()
ILIAS\GlobalScreen\UI\Footer\Groups\Group\getPosition
getPosition()
ILIAS\GlobalScreen\UI\Footer\Groups\Group\isActive
isActive()
Group
TranslatableItem
ILIAS\GlobalScreen\UI\Footer\Groups\Group\getTitle
getTitle()
ILIAS\GlobalScreen\UI\Footer\Translation\TranslatableItem
Definition:
TranslatableItem.php:21
ILIAS\GlobalScreen\UI\Footer\Groups\Group\getId
getId()
ILIAS\GlobalScreen\UI\Footer\Groups\Group\withId
withId(string $id)
$id
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition:
plugin.php:23
ILIAS\GlobalScreen\UI\Footer\Groups\Group\withTitle
withTitle(string $title)
ILIAS\GlobalScreen\UI\Footer\Groups\Group\withPosition
withPosition(int $position)
ILIAS\GlobalScreen\UI\Footer\Groups\Group\getItems
getItems()
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
GlobalScreen_
classes
UI
Footer
Groups
Group.php
Generated on Mon Sep 1 2025 23:03:10 for ILIAS by
1.8.13 (using
Doxyfile
)