| 1234567891011121314151617181920 |
- <?php
- namespace ThurData\Servers\KerioEmail\App\UI\Admin\Custom\Sections;
- use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Sections\SectionLuRow;
- /**
- *
- * Created by PhpStorm.
- * User: Tomasz Bielecki ( tomasz.bi@thurdata.com )
- * Date: 08.11.19
- * Time: 14:04
- * Class RowSection
- */
- class RowSection extends SectionLuRow
- {
- protected $id = 'rowSection';
- protected $name = 'rowSection';
- }
|