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