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