TabSection.php 270 B

1234567891011121314
  1. <?php
  2. namespace ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Sections;
  3. /**
  4. * Base Form Section controler
  5. *
  6. * @autor ThurData <info@thurdata.ch>
  7. */
  8. class TabSection extends BaseSection
  9. {
  10. protected $id = 'tabSection';
  11. protected $name = 'tabSection';
  12. }