ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 }
interaction(array $input, Option $user_selected_option, Bucket $bucket)