- <?php
- namespace ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Sections;
- /**
- * Base Form Section controler
- *
- * @autor ThurData <info@thurdata.ch>
- */
- class SectionLuRow extends BaseSection
- {
- protected $id = 'sectionLuRow';
- protected $name = 'sectionLuRow';
- }
|