ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
UserInteraction.php
Go to the documentation of this file.
1<?php
2
4
9
17interface UserInteraction extends Task
18{
19
25 public function getOptions(array $input);
26
27
36 public function interaction(array $input, Option $user_selected_option, Bucket $bucket);
37}
An exception for terminatinating execution or to throw for unit testing.
interaction(array $input, Option $user_selected_option, Bucket $bucket)