ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\Prompt
Prompts are notifications from the system to the user.
Definition:
Prompt.php:27
ILIAS\UI\Component\MainControls\Slate\Prompt\withUpdatedStatusCounter
withUpdatedStatusCounter(int $count)
Set the Prompt's Status Counter to $count.
ILIAS\UI\Component\MainControls\Slate\Prompt\withUpdatedNoveltyCounter
withUpdatedNoveltyCounter(int $count)
Set the Prompt's Novelty Counter to $count.
ILIAS\UI\Component\MainControls\Slate\Slate
This describes a Slate.
Definition:
Slate.php:34
ILIAS\UI\Component\MainControls\Slate
Definition:
Combined.php:20
components
ILIAS
UI
src
Component
MainControls
Slate
Prompt.php
Generated on Sun Oct 19 2025 23:04:30 for ILIAS by
1.9.4 (using
Doxyfile
)