ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
UserInteraction.php
Go to the documentation of this file.
1 <?php
2 
4 
9 
17 interface UserInteraction extends Task
18 {
19 
25  public function getOptions(array $input);
26 
27 
37  public function canBeSkipped(array $input) : bool;
38 
39 
48  public function getSkippedValue(array $input) : Value;
49 
50 
59  public function interaction(array $input, Option $user_selected_option, Bucket $bucket);
60 
61 
68  public function getMessage(array $input);
69 }
interaction(array $input, Option $user_selected_option, Bucket $bucket)
canBeSkipped(array $input)
Decide whether the UserInteraction is presented to the user and he has to decide or user UserInteract...