ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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 
10 interface Prompt extends Slate
11 {
15  public function withUpdatedStatusCounter(int $count) : Prompt;
16 
20  public function withUpdatedNoveltyCounter(int $count) : Prompt;
21 }
withUpdatedNoveltyCounter(int $count)
Set the Prompt&#39;s Novelty Counter to $count.
Prompts are notifications from the system to the user.
Definition: Prompt.php:10
withUpdatedStatusCounter(int $count)
Set the Prompt&#39;s Status Counter to $count.