ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
Prompt.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\MainControls\Slate
;
22
26
interface
Prompt
extends
Slate
27
{
31
public
function
withUpdatedStatusCounter
(
int
$count):
Prompt
;
32
36
public
function
withUpdatedNoveltyCounter
(
int
$count):
Prompt
;
37
}
ILIAS\UI\Component\MainControls\Slate\Slate
This describes a Slate.
Definition:
Slate.php:33
ILIAS\UI\Component\MainControls\Slate\Prompt\withUpdatedNoveltyCounter
withUpdatedNoveltyCounter(int $count)
Set the Prompt's Novelty Counter to $count.
ILIAS\UI\Component\MainControls\Slate\Prompt
Prompts are notifications from the system to the user.
Definition:
Prompt.php:26
ILIAS\UI\Component\MainControls\Slate\Prompt\withUpdatedStatusCounter
withUpdatedStatusCounter(int $count)
Set the Prompt's Status Counter to $count.
ILIAS\UI\Component\MainControls\Slate
Definition:
Combined.php:20
components
ILIAS
UI
src
Component
MainControls
Slate
Prompt.php
Generated on Mon Sep 1 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)