TabContainerRight.php 421 B

1234567891011121314151617
  1. <?php
  2. namespace ThurData\Servers\KerioEmail\Core\UI\Widget;
  3. use ThurData\Servers\KerioEmail\Core\UI\Builder\BaseContainer;
  4. /**
  5. * Container controler for Tabs widget
  6. *
  7. * @autor ThurData <info@thurdata.ch>
  8. */
  9. class TabContainerRight extends BaseContainer
  10. {
  11. protected $name = 'tabContainerRight';
  12. protected $data = [];
  13. protected $defaultTemplateName = 'tabContainerRight';
  14. }