AbstractPopulator
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
abstract
createCategoryTemplate(CategoryMemberInterface $mixed)
No description
__construct(DriverManager $driverManager, EntityManager $entityManager, Filterer $filterer)
No description
updateAvailableSummaryTemplates(CategoryMemberInterface $mixed)
No description