SubscribingHandlerInterface.php 152 B

12345678
  1. <?php
  2. namespace JMS\SerializerBundle\Serializer\Handler;
  3. interface SubscribingHandlerInterface
  4. {
  5. public static function getSubscribingMethods();
  6. }