Home
last modified time | relevance | path

Searched refs:loweredClass (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/jms/serializer/src/EventDispatcher/
H A DEventDispatcher.php115 …protected function initializeListeners(string $eventName, string $loweredClass, string $format): a… argument
119 if (null !== $listener[1] && $loweredClass !== $listener[1]) {
H A DLazyEventDispatcher.php33 …protected function initializeListeners(string $eventName, string $loweredClass, string $format): a… argument
35 $listeners = parent::initializeListeners($eventName, $loweredClass, $format);
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/
H A DEventDispatcherTest.php140 …tcher->addListener('pre', static function (Event $event, $eventName, $loweredClass, $format, Event…
147 self::assertSame('Foo', $loweredClass);
156 …cher->addListener('post', static function (Event $event, $eventName, $loweredClass, $format, Event…
161 self::assertSame('Blah', $loweredClass);