- <?php
- namespace ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields;
- /**
- * Select2vue field controler
- *
- * @autor ThurData <info@thrudata.ch>
- */
- class Select2vueByValueOnly extends Select
- {
- protected $id = 'select2vueByValueOnly';
- protected $name = 'select2vueByValueOnly';
- }
|