Home
last modified time | relevance | path

Searched defs:subscriber (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriberTest.php22 private $subscriber; variable in JMS\\Serializer\\Tests\\Serializer\\EventDispatcher\\Subscriber\\SymfonyValidatorValidatorSubscriberTest
H A DDoctrineProxySubscriberTest.php24 private $subscriber; variable in JMS\\Serializer\\Tests\\Serializer\\EventDispatcher\\Subscriber\\DoctrineProxySubscriberTest
/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcherInterface.php32 public function addSubscriber(EventSubscriberInterface $subscriber): void;
H A DEventDispatcher.php56 public function addSubscriber(EventSubscriberInterface $subscriber): void