class FacebookPixelEventContainer

Class FacebookPixelEventContainer is injected as facebook_pixel.event_container. This container is connecting FacebookPixelManager manager to other services

Properties

protected ContainerInterface $container

Methods

__construct(ContainerInterface $container)

No description

getOrderFormDb(mixed $token)

No description

false|float
getCurrencyRatioForPair(string $iso)

No description

mixed
getFromCache(string $key)

No description

mixed
setToCache(string $key, string $data)

No description

Details

at line 29
__construct(ContainerInterface $container)

Parameters

ContainerInterface $container

at line 39
Order getOrderFormDb(mixed $token)

Parameters

mixed $token

Return Value

Order

at line 49
false|float getCurrencyRatioForPair(string $iso)

Parameters

string $iso

Return Value

false|float

at line 59
mixed getFromCache(string $key)

Parameters

string $key

Return Value

mixed

at line 70
mixed setToCache(string $key, string $data)

Parameters

string $key
string $data

Return Value

mixed