class FaqCategoryEventContainer

Class FaqCategoryEventContainer

Constants

FAQ_CATEGORY_SIDE_BAR_CACHE

Variable that hold cache key for faq category sidebar tree

Methods

__construct(ContainerInterface $container)

FaqCategoryEventContainer constructor.

Translator
getTranslator()

No description

mixed
getCashCategoryTree(string $locale)

Retrieve cached faq category tree

mixed
setCashCategoryTree(string $data, string $locale)

Set faq category tree to cache

dispatchFaqTreeGenerateSignal(string $locale)

Dispatch signal to set faq category tree to cache on terminate

Details

at line 37
__construct(ContainerInterface $container)

FaqCategoryEventContainer constructor.

Parameters

ContainerInterface $container

at line 45
Translator getTranslator()

Return Value

Translator

at line 57
mixed getCashCategoryTree(string $locale)

Retrieve cached faq category tree

Parameters

string $locale

Return Value

mixed

at line 70
mixed setCashCategoryTree(string $data, string $locale)

Set faq category tree to cache

Parameters

string $data
string $locale

Return Value

mixed

at line 82
FaqSignalTreeEvent dispatchFaqTreeGenerateSignal(string $locale)

Dispatch signal to set faq category tree to cache on terminate

Parameters

string $locale

Return Value

FaqSignalTreeEvent