class FaqQuestionEventContainer

Class FaqQuestionEventContainer

Methods

__construct(ContainerInterface $container)

FaqQuestionEventContainer constructor.

getFaqCategoryRepository()

Retrieve manager for faq repository

getFaqCategoryManager()

Retrieve manager for faq category

Details

at line 32
__construct(ContainerInterface $container)

FaqQuestionEventContainer constructor.

Parameters

ContainerInterface $container

at line 42
FaqCategoryRepository getFaqCategoryRepository()

Retrieve manager for faq repository

Return Value

FaqCategoryRepository

at line 52
FaqCategoryManager getFaqCategoryManager()

Retrieve manager for faq category

Return Value

FaqCategoryManager