ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
AbstractUserInteraction.php
Go to the documentation of this file.
1 <?php
2 
20 
23 
29 abstract class AbstractUserInteraction extends AbstractTask implements UserInteraction
30 {
34  public function getMessage(array $input): string
35  {
36  return $message = "";
37  }
38 
42  public function canBeSkipped(array $input): bool
43  {
44  return false;
45  }
46 
47  public function getSkippedValue(array $input): Value
48  {
49  return $input[0];
50  }
51 
52  public function isFinal(): bool
53  {
54  return true;
55  }
56 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: AbstractJob.php:19
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Option.php:19
$message
Definition: xapiexit.php:31