class SummaryObjectInspector (View source)

Responsible for getting the category member from a summary object.

Properties

protected EntityManager $entityManager
protected array $memberMap

A lightweight map of category handle/ids to inflated objects so we don't have to have these thing be a complete performance nightmare

Methods

__construct(EntityManager $entityManager)

No description

CategoryMemberInterface|null
getCategoryMember(SummaryObjectInterface $summaryObject)

No description

Details

__construct(EntityManager $entityManager)

No description

Parameters

EntityManager $entityManager

CategoryMemberInterface|null getCategoryMember(SummaryObjectInterface $summaryObject)

No description

Parameters

SummaryObjectInterface $summaryObject

Return Value

CategoryMemberInterface|null