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