Home
last modified time | relevance | path

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

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