1 | <?php |
||
19 | final class ClearCookieWishlistItemsListener |
||
20 | { |
||
21 | /** @var StorageInterface */ |
||
22 | private $cookieStorage; |
||
23 | |||
24 | /** @var string */ |
||
25 | private $wishlistCookieToken; |
||
26 | |||
27 | public function __construct(StorageInterface $cookieStorage, string $wishlistCookieToken) |
||
32 | |||
33 | public function onInteractiveLogin(InteractiveLoginEvent $interactiveLoginEvent): void |
||
43 | } |
||
44 |