Home
last modified time | relevance | path

Searched refs:addSubscriber (Results 1 – 11 of 11) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcherInterface.php32 public function addSubscriber(EventSubscriberInterface $subscriber): void; function
H A DEventDispatcher.php56 public function addSubscriber(EventSubscriberInterface $subscriber): void function in JMS\\Serializer\\EventDispatcher\\EventDispatcher
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriberTest.php74 $dispatcher->addSubscriber($subscriber);
H A DDoctrineProxySubscriberTest.php155 $this->dispatcher->addSubscriber($this->subscriber);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DJsonSerializationTest.php172 $this->dispatcher->addSubscriber(new LinkAddingSubscriber());
196 $this->dispatcher->addSubscriber(new ReplaceNameSubscriber());
H A DBaseSerializationTest.php1657 $this->dispatcher->addSubscriber(new DoctrineProxySubscriber());
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst45 $dispatcher->addSubscriber(new MyEventSubscriber());
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php179 $this->dispatcher->addSubscriber($subscriber);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php272 $this->eventDispatcher->addSubscriber(new DoctrineProxySubscriber());
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md288 - Use `attach()` instead of `addSubscriber()` and `detach()` instead of
294 $request->getEventDispatcher()->addSubscriber($mock);
1144 $client->addSubscriber(new LogPlugin(new ClosureLogAdapter(function($m) { echo $m; }, $verbosity = …
1158 $client->addSubscriber(new LogPlugin(new ClosureLogAdapter(function($m) { echo $m; }, $format = Mes…
1178 $client->addSubscriber($backoffPlugin);
1192 $client->addSubscriber($backoffPlugin);
H A DCHANGELOG.md1243 …r to add event subscribers to HasDispatcherInterface classes. Can now directly call addSubscriber()