ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
SlateSessionStateCode.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer
;
22
23
use
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
;
24
use
ILIAS\UI\Component\MainControls\Slate\Slate
;
25
30
trait
SlateSessionStateCode
31
{
32
use Hasher;
33
38
public
function
addOnloadCode
(
Slate
$slate,
isItem
$item):
Slate
39
{
40
return
$slate;
41
}
42
}
ILIAS\GlobalScreen\Scope\MainMenu\Factory\isItem
Interface IFactory.
Definition:
isItem.php:32
ILIAS\UI\Component\MainControls\Slate\Slate
This describes a Slate.
Definition:
Slate.php:34
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer
Definition:
BaseTypeRenderer.php:21
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\SlateSessionStateCode
trait SlateSessionStateCode
Class.
Definition:
SlateSessionStateCode.php:31
ILIAS\GlobalScreen\Scope\MainMenu\Collector\Renderer\addOnloadCode
addOnloadCode(Slate $slate, isItem $item)
Definition:
SlateSessionStateCode.php:38
components
ILIAS
GlobalScreen
src
Scope
MainMenu
Collector
Renderer
SlateSessionStateCode.php
Generated on Sat Oct 18 2025 23:03:07 for ILIAS by
1.9.4 (using
Doxyfile
)