- <?php
- namespace ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Widget\Forms\Sections;
- /**
- * Base Form Section controler
- *
- * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
- */
- class TabSection extends BaseSection
- {
- protected $id = 'tabSection';
- protected $name = 'tabSection';
- }
|