| 123456789101112131415161718 |
- <?php
- namespace ThurData\Servers\KerioEmail\Core\UI\Widget\Forms;
- use ThurData\Servers\KerioEmail\Core\UI\Interfaces\AjaxElementInterface;
- use ThurData\Servers\KerioEmail\Core\UI\Interfaces\FormInterface;
- /**
- * BaseForm controler
- *
- * @autor ThurData <info@thurdata.ch>
- */
- class BaseAutoSaveFormExtSections extends BaseStandaloneForm implements AjaxElementInterface, FormInterface
- {
- protected $id = 'baseAutoSaveFormExtSections';
- protected $name = 'baseAutoSaveFormExtSections';
- }
|