- <?php
- namespace ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Widget\Buttons;
- /**
- * base button controller
- *
- * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
- */
- class ButtonMassActionContextLang extends ButtonMassAction
- {
- protected $id = 'ButtonMassActionContextLang';
- protected $title = 'ButtonMassActionContextLang';
- }
|