DatatableInterface.php 198 B

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