ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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)