ILIAS  release_7 Revision v7.30-3-g800a261c036
Prompt.php
Go to the documentation of this file.
1<?php
2
3/* Copyright (c) 2018 Nils Haagen <nils.haagen@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
6
10interface Prompt extends Slate
11{
15 public function withUpdatedStatusCounter(int $count) : Prompt;
16
20 public function withUpdatedNoveltyCounter(int $count) : Prompt;
21}
An exception for terminatinating execution or to throw for unit testing.
Prompts are notifications from the system to the user.
Definition: Prompt.php:11
withUpdatedStatusCounter(int $count)
Set the Prompt's Status Counter to $count.
withUpdatedNoveltyCounter(int $count)
Set the Prompt's Novelty Counter to $count.