RowSection.php 424 B

1234567891011121314151617181920
  1. <?php
  2. namespace ModulesGarden\Servers\ZimbraEmail\App\UI\Admin\Custom\Sections;
  3. use ModulesGarden\Servers\ZimbraEmail\Core\UI\Widget\Forms\Sections\SectionLuRow;
  4. /**
  5. *
  6. * Created by PhpStorm.
  7. * User: Tomasz Bielecki ( tomasz.bi@modulesgarden.com )
  8. * Date: 08.11.19
  9. * Time: 14:04
  10. * Class RowSection
  11. */
  12. class RowSection extends SectionLuRow
  13. {
  14. protected $id = 'rowSection';
  15. protected $name = 'rowSection';
  16. }