DatatableInterface.php 215 B

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