AjaxElementInterface.php 241 B

12345678910111213141516
  1. <?php
  2. namespace ModulesGarden\Servers\ProxmoxCloudVps\Core\UI\Interfaces;
  3. /**
  4. * Description of Conteiner
  5. *
  6. * @author inbs
  7. */
  8. interface AjaxElementInterface
  9. {
  10. public function returnAjaxData();
  11. public function initContent();
  12. }