| 1234567891011121314151617 |
- <?php
- namespace ThurData\Servers\KerioEmail\Core\UI\Widget;
- use ThurData\Servers\KerioEmail\Core\UI\Builder\BaseContainer;
- /**
- * Container controler for Tabs widget
- *
- * @autor ThurData <info@thurdata.ch>
- */
- class TabContainerLeft extends BaseContainer
- {
- protected $name = 'tabContainerLeft';
- protected $data = [];
- protected $defaultTemplateName = 'tabContainerLeft';
- }
|