ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
NotFoundUserInteraction.php
Go to the documentation of this file.
1<?php
2
4
9
15{
16 public function getInputTypes()
17 {
18 return [];
19 }
20
21 public function getOutputType()
22 {
23 return null;
24 }
25
26 public function getOptions(array $input)
27 {
28 return [];
29 }
30
31 public function interaction(array $input, Option $user_selected_option, Bucket $bucket)
32 {
33 // TODO: Implement interaction() method.
34 }
35
36}
An exception for terminatinating execution or to throw for unit testing.
interaction(array $input, Option $user_selected_option, Bucket $bucket)