SubscribingHandlerInterface.php 190 B

1234567891011
  1. <?php
  2. namespace JMS\SerializerBundle\Serializer\Handler;
  3. interface SubscribingHandlerInterface
  4. {
  5. /**
  6. * @return array
  7. */
  8. public static function getSubscribingMethods();
  9. }