ILIAS  release_8 Revision v8.24
class.ilADTMultiEnumText.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
6{
7 protected function handleSelectionValue($a_value)
8 {
9 return (string) $a_value;
10 }
11}