HalfPageSection.php 285 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@thrudata.ch>
  7. */
  8. class HalfPageSection extends BaseSection
  9. {
  10. protected $id = 'halfPageSection';
  11. protected $name = 'halfPageSection';
  12. }