BaseStandaloneFormExtSections.php 473 B

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