ButtonMassActionContextLang.php 367 B

1234567891011121314
  1. <?php
  2. namespace ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Widget\Buttons;
  3. /**
  4. * base button controller
  5. *
  6. * @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
  7. */
  8. class ButtonMassActionContextLang extends ButtonMassAction
  9. {
  10. protected $id = 'ButtonMassActionContextLang';
  11. protected $title = 'ButtonMassActionContextLang';
  12. }