- <?php
- namespace ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields;
- /**
- * Base Switcher Field controler
- *
- * @autor ThurData <info@thrudata.ch>
- */
- class Switcher extends BaseField
- {
- protected $id = 'baseSwitcher';
- protected $name = 'baseSwitcher';
-
- protected $width = 3;
- }
|