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