ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
class.ilAssOrderingDefaultElementFallback.php
Go to the documentation of this file.
1 <?php
2 
26 {
27  public function manipulateFormInputValues(array $inputValues): array
28  {
29  if (!count($inputValues)) {
31 
32  $inputValues[$defaultElement->getRandomIdentifier()] = $defaultElement;
33  }
34 
35  return $inputValues;
36  }
37 
38  public function manipulateFormSubmitValues(array $submitValues): array
39  {
40  return $submitValues;
41  }
42 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...