BaseAutoSaveFormExtSections.php 498 B

123456789101112131415161718
  1. <?php
  2. namespace ThurData\Servers\KerioEmail\Core\UI\Widget\Forms;
  3. use ThurData\Servers\KerioEmail\Core\UI\Interfaces\AjaxElementInterface;
  4. use ThurData\Servers\KerioEmail\Core\UI\Interfaces\FormInterface;
  5. /**
  6. * BaseForm controler
  7. *
  8. * @autor ThurData <info@thurdata.ch>
  9. */
  10. class BaseAutoSaveFormExtSections extends BaseStandaloneForm implements AjaxElementInterface, FormInterface
  11. {
  12. protected $id = 'baseAutoSaveFormExtSections';
  13. protected $name = 'baseAutoSaveFormExtSections';
  14. }