FooterServiceInterface.php 165 B

123456789101112131415
  1. <?php
  2. namespace App\JsonRpc;
  3. interface FooterServiceInterface
  4. {
  5. /**
  6. * @param array $data
  7. */
  8. public function getFooterCategory(array $data);
  9. }