ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilADTEnumText.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
5 class ilADTEnumText extends ilADTEnum
6 {
7  protected function handleSelectionValue($a_value)
8  {
9  return (string) $a_value;
10  }
11 }
handleSelectionValue($a_value)