abstract class AbstractPopulator (View source)

Responsible for taking an instance of a category's object (e.g. a Page object), and saving all the available summary templates that can be used with that object.

Properties

protected DriverManager $driverManager
protected EntityManager $entityManager
protected Filterer $filterer

Methods

__construct(DriverManager $driverManager, EntityManager $entityManager, Filterer $filterer)

No description

Details

abstract clearAvailableTemplates(CategoryMemberInterface $mixed)

No description

Parameters

CategoryMemberInterface $mixed

abstract createCategoryTemplate(CategoryMemberInterface $mixed)

No description

Parameters

CategoryMemberInterface $mixed

__construct(DriverManager $driverManager, EntityManager $entityManager, Filterer $filterer)

No description

Parameters

DriverManager $driverManager
EntityManager $entityManager
Filterer $filterer

updateAvailableSummaryTemplates(CategoryMemberInterface $mixed)

No description

Parameters

CategoryMemberInterface $mixed